mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
add null for max graph value https://github.com/Security-Onion-Solutions/securityonion/issues/1175
This commit is contained in:
@@ -3048,7 +3048,7 @@
|
||||
"custom": {},
|
||||
"unit": "s",
|
||||
"min": 0,
|
||||
"max": ,
|
||||
"max": null,
|
||||
"decimals": 2,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
|
||||
@@ -1118,7 +1118,7 @@
|
||||
"custom": {},
|
||||
"unit": "s",
|
||||
"min": 0,
|
||||
"max": ,
|
||||
"max": null,
|
||||
"decimals": 2,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
|
||||
@@ -199,6 +199,9 @@
|
||||
"thresholds": [],
|
||||
"timeRegions": []
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"datasource": "InfluxDB",
|
||||
"fieldConfig": {
|
||||
|
||||
Reference in New Issue
Block a user