Skip to content

Commit 70e1005

Browse files
committed
revert not related changes
1 parent 7643bc7 commit 70e1005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/Namespaces/ResourcesUsage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ export const ResourcesUsage = ({ namespace }) => {
126126
>
127127
<UI5RadialChart
128128
color="var(--sapChart_OrderedColor_6)"
129-
value={memory.usage}
130-
max={memory.capacity}
129+
value={bytesToHumanReadable(memory.usage).value}
130+
max={bytesToHumanReadable(memory.capacity).value}
131131
additionalInfo={`${bytesToHumanReadable(memory.usage).string} / ${
132132
bytesToHumanReadable(memory.capacity).string
133133
}`}

0 commit comments

Comments
 (0)