Skip to content

Commit

Permalink
fix: add abbreviations Minimum->Min, Maximum->Max
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Nov 2, 2022
1 parent 89246f2 commit c6dc9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/plugin-codeflare/src/components/ProfileExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
.replace(/^Number of /, "")
.replace(/(GPU|CPU)s/, "$1")
.replace(/ per Worker$/, "")
.replace(/Minimum/, "Min")
.replace(/Maximum/, "Max")
.replace(/Memory/, "Mem")}
</span>{" "}
<span className="semi-bold color-base0D">{name}</span>
Expand Down

0 comments on commit c6dc9a7

Please sign in to comment.