correct task row memory unit (#11980)
This commit is contained in:
parent
05db861938
commit
1ab3b4d3d8
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fix the unit for the task row memory usage metric
|
||||
```
|
|
@ -67,7 +67,7 @@
|
|||
{{x-icon "alert-triangle" class="is-warning"}}
|
||||
</span>
|
||||
{{else}}
|
||||
<div class="inline-chart tooltip" role="tooltip" aria-label="{{format-scheduled-bytes this.memory.used}} / {{format-scheduled-bytes this.taskStats.reservedMemory}}">
|
||||
<div class="inline-chart tooltip" role="tooltip" aria-label="{{format-bytes this.memory.used}} / {{format-bytes this.taskStats.reservedMemory start='MiB'}}">
|
||||
<progress
|
||||
class="progress is-danger is-small"
|
||||
value="{{this.memory.percent}}"
|
||||
|
|
Loading…
Reference in New Issue