mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
update panel
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user