Core Module - Fix font size for PCAP retention so when it hits weeks it looks ok

This commit is contained in:
Mike Reeves
2018-12-04 20:24:49 -05:00
parent d911c892ba
commit 00e57d9b03

View File

@@ -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,