File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
frontend/src/app/shared/components/utm/elastic/elastic-metric-health Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # UTMStack 10.5.13 Release Notes
1+ # UTMStack 10.5.14 Release Notes
22## Bugfix
3- - Error on server when sorting by severity column in threat Management/Alerts view.
3+ - Remove memory usage indicator
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h6 class="text-blue-800 d-flex align-content-center justify-content-start">
2323 < app-utm-progressbar [value] ="clusterHealth.diskUsedPercent "> </ app-utm-progressbar >
2424 </ div >
2525
26- < div class ="w-100 d-inline-block mt-3 ">
26+ <!--< div class="w-100 d-inline-block mt-3">
2727 <div class="d-flex justify-content-start align-items-center mb-2">
2828 <span class="svg-icon svg-icon-primary svg-icon-sm mr-1"
2929 inlineSVG="assets/icons/header/RAM.svg"></span>
@@ -50,5 +50,5 @@ <h6 class="text-blue-800 d-flex align-content-center justify-content-start">
5050 <span>CPU usage</span>
5151 </div>
5252 <app-utm-progressbar [value]="clusterHealth.cpuPercent"></app-utm-progressbar>
53- </ div >
53+ </div>-->
5454</ div >
Original file line number Diff line number Diff line change 1- version : 10.5.13
1+ version : 10.5.14
You can’t perform that action at this time.
0 commit comments