File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
frontend/src/app/shared/components/utm/elastic/elastic-metric-health Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments