mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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",
|
||||
"title": "{{ SERVERNAME }} - PCAP Retention",
|
||||
"type": "singlestat",
|
||||
"valueFontSize": "80%",
|
||||
"valueFontSize": "70%",
|
||||
"valueMaps": [
|
||||
{
|
||||
"op": "=",
|
||||
@@ -1280,7 +1280,8 @@
|
||||
"value": "null"
|
||||
}
|
||||
],
|
||||
"valueName": "current"
|
||||
"valueName": "current",
|
||||
"decimals": 1
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
|
||||
Reference in New Issue
Block a user