remove unused

This commit is contained in:
Alex Holliday
2026-02-14 01:07:46 +00:00
parent 47b18e1d9d
commit f694917dd4
+4 -8
View File
@@ -526,20 +526,16 @@
"description": "Define the thresholds at which alerts should be triggered for this hardware monitor.",
"option": {
"cpuThreshold": {
"label": "CPU alert threshold (%)",
"placeholder": "80"
"label": "CPU alert threshold (%)"
},
"memoryThreshold": {
"label": "Memory alert threshold (%)",
"placeholder": "80"
"label": "Memory alert threshold (%)"
},
"diskThreshold": {
"label": "Disk alert threshold (%)",
"placeholder": "80"
"label": "Disk alert threshold (%)"
},
"tempThreshold": {
"label": "Temperature alert threshold (°C)",
"placeholder": "80"
"label": "Temperature alert threshold (°C)"
}
}
}