Filter apps in memory graph which use below 1Gb

This commit is contained in:
Johannes Zellner
2022-08-05 15:46:45 +02:00
parent a7558cadaa
commit 4947366aaa
3 changed files with 12 additions and 7 deletions

View File

@@ -915,11 +915,12 @@
"mountedAt": "{{ filesystem }} <small>mounted at</small> {{ mountpoint }}",
"usageInfo": "{{ available | prettyDiskSize }}</b> of <b>{{ size | prettyDiskSize }}</b> available",
"diskContent": "This {{ type }} disk contains",
"notAvailableYet": "Not available yet"
"notAvailableYet": "Not available yet",
"usedInfo": "{{ used }} used of {{ size }}"
},
"systemMemory": {
"title": "System Memory",
"graphSubtext": "App values are not stacked up"
"graphSubtext": "Only apps using more than 1GB of memory are shown"
},
"cpuUsage": {
"title": "CPU Usage",