Skip to content

Commit c6dc9a7

Browse files
committed
fix: add abbreviations Minimum->Min, Maximum->Max
1 parent 89246f2 commit c6dc9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
437437
.replace(/^Number of /, "")
438438
.replace(/(GPU|CPU)s/, "$1")
439439
.replace(/ per Worker$/, "")
440+
.replace(/Minimum/, "Min")
441+
.replace(/Maximum/, "Max")
440442
.replace(/Memory/, "Mem")}
441443
</span>{" "}
442444
<span className="semi-bold color-base0D">{name}</span>

0 commit comments

Comments
 (0)