Skip to content

Commit 193dc82

Browse files
committed
fix: remove memory usage indicator
1 parent f4ad24c commit 193dc82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/app/shared/components/utm/elastic/elastic-metric-health/elastic-metric-health.component.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ <h6 class="text-blue-800 d-flex align-content-center justify-content-start">
4141
+ ' used of ' + clusterHealth.heapMax + 'GB'}})</span>
4242
</div>
4343
<app-utm-progressbar [value]="clusterHealth.heapPercent"></app-utm-progressbar>
44-
</div>
45-
44+
</div>-->
4645
<div class="w-100 d-inline-block mt-3">
4746
<div class="d-flex justify-content-start align-items-center mb-2">
4847
<span class="svg-icon svg-icon-primary svg-icon-sm mr-1"
4948
inlineSVG="assets/icons/header/CPU.svg"></span>
5049
<span>CPU usage</span>
5150
</div>
5251
<app-utm-progressbar [value]="clusterHealth.cpuPercent"></app-utm-progressbar>
53-
</div>-->
52+
</div>
5453
</div>

0 commit comments

Comments
 (0)