feat(system-resources-widget): add visible charts option (#4069)

This commit is contained in:
Meier Lukas
2025-09-13 14:13:18 +02:00
committed by GitHub
parent 8c24da8732
commit b30cc21dbe
4 changed files with 46 additions and 35 deletions

View File

@@ -2498,7 +2498,17 @@
"systemResources": {
"name": "System resources",
"description": "CPU, Memory, Disk and other hardware usage of your system",
"option": {},
"option": {
"visibleCharts": {
"label": "Visible charts",
"description": "Select the charts you want to be visible.",
"option": {
"cpu": "CPU",
"memory": "Memory",
"network": "Network"
}
}
},
"card": {
"cpu": "CPU",
"memory": "MEM",