update panel

This commit is contained in:
m0duspwnens
2021-07-09 16:47:39 -04:00
parent 6fbafb74bd
commit 0bde69b441

View File

@@ -7,15 +7,15 @@
"steps": [ "steps": [
{ {
"color": "rgba(50, 172, 45, 0.97)", "color": "rgba(50, 172, 45, 0.97)",
"value": $cpucount / 2 "value": "$cpucount"
}, },
{ {
"color": "rgba(237, 129, 40, 0.89)", "color": "rgba(237, 129, 40, 0.89)",
"value": $cpucount / 1.5 "value": "$cpucount / 1.5"
}, },
{ {
"color": "rgba(245, 54, 54, 0.9)", "color": "rgba(245, 54, 54, 0.9)",
"value": $cpucount "value": "$cpucount"
} }
] ]
}, },