Skip to content

Commit f576265

Browse files
authored
Merge pull request #875 from utmstack/bugfix/v10.5.13/Remove-memory-usage-indicator
Fix: removing memory usage indicator
2 parents 6e581f1 + f4ad24c commit f576265

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

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

+2-2
Original file line numberDiff line numberDiff 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>

version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.5.13
1+
version: 10.5.14

0 commit comments

Comments
 (0)