Skip to content

Commit

Permalink
fix ui/app/templates/components/task-row.hbs memory unit
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Feb 2, 2022
1 parent f031c7d commit ca37aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/components/task-row.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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-scheduled-bytes this.memory.used}} / {{format-scheduled-bytes this.taskStats.reservedMemory start='MiB'}}">
<progress
class="progress is-danger is-small"
value="{{this.memory.percent}}"
Expand Down

0 comments on commit ca37aaf

Please sign in to comment.