mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Core Module - Fix font size for PCAP retention so when it hits weeks it looks ok
This commit is contained in:
@@ -1272,7 +1272,7 @@
|
|||||||
"thresholds": "259200,432000",
|
"thresholds": "259200,432000",
|
||||||
"title": "{{ SERVERNAME }} - PCAP Retention",
|
"title": "{{ SERVERNAME }} - PCAP Retention",
|
||||||
"type": "singlestat",
|
"type": "singlestat",
|
||||||
"valueFontSize": "80%",
|
"valueFontSize": "70%",
|
||||||
"valueMaps": [
|
"valueMaps": [
|
||||||
{
|
{
|
||||||
"op": "=",
|
"op": "=",
|
||||||
@@ -1280,7 +1280,8 @@
|
|||||||
"value": "null"
|
"value": "null"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"valueName": "current"
|
"valueName": "current",
|
||||||
|
"decimals": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cacheTimeout": null,
|
"cacheTimeout": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user