Show cpu graph subtext
This commit is contained in:
@@ -945,11 +945,12 @@
|
||||
},
|
||||
"systemMemory": {
|
||||
"title": "System Memory",
|
||||
"graphSubtext": "Only apps using more than 1GB of memory are shown"
|
||||
"graphSubtext": "Only apps using more than {{ threshold }} of memory are shown"
|
||||
},
|
||||
"cpuUsage": {
|
||||
"title": "CPU Usage",
|
||||
"graphTitle": "Percentage"
|
||||
"graphTitle": "Percentage",
|
||||
"graphSubtext": "Only apps using more than {{ threshold }} of cpu are shown"
|
||||
},
|
||||
"selectPeriodLabel": "Select Period"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user