Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed May 31, 2024
2 parents 502c9c4 + 4f4463a commit 50361ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myems-web/src/components/MyEMS/Microgrid/MicrogridTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CustomTotal = ({ sizePerPage, totalSize, page, lastIndex }) => (
);

const nameFormatter = (nameuuid) => (
<Link to={"/microgrid/details?uuid="+nameuuid.substring(nameuuid.length-36, nameuuid.length)} className="font-weight-semi-bold">
<Link to={"/microgrid/details?uuid="+nameuuid.substring(nameuuid.length-36, nameuuid.length)} target="_blank" className="font-weight-semi-bold">
{nameuuid.substring(0, nameuuid.length-36)}
</Link>
);
Expand Down

0 comments on commit 50361ef

Please sign in to comment.