Skip to content

Commit

Permalink
Merge pull request #876 from utmstack/bugfix/v10.5.13/Remove-memory-u…
Browse files Browse the repository at this point in the history
…sage-indicator

Fix: removing memory usage indicator
  • Loading branch information
c3s4rfred authored Oct 31, 2024
2 parents f576265 + 193dc82 commit 7b0160e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ <h6 class="text-blue-800 d-flex align-content-center justify-content-start">
+ ' used of ' + clusterHealth.heapMax + 'GB'}})</span>
</div>
<app-utm-progressbar [value]="clusterHealth.heapPercent"></app-utm-progressbar>
</div>
</div>-->
<div class="w-100 d-inline-block mt-3">
<div class="d-flex justify-content-start align-items-center mb-2">
<span class="svg-icon svg-icon-primary svg-icon-sm mr-1"
inlineSVG="assets/icons/header/CPU.svg"></span>
<span>CPU usage</span>
</div>
<app-utm-progressbar [value]="clusterHealth.cpuPercent"></app-utm-progressbar>
</div>-->
</div>
</div>

0 comments on commit 7b0160e

Please sign in to comment.