mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
panel cleanup
This commit is contained in:
@@ -160,9 +160,12 @@
|
|||||||
"mode": "multi"
|
"mode": "multi"
|
||||||
},
|
},
|
||||||
"legend": {
|
"legend": {
|
||||||
"displayMode": "list",
|
"displayMode": "table",
|
||||||
"placement": "bottom",
|
"placement": "bottom",
|
||||||
"calcs": []
|
"calcs": [
|
||||||
|
"max",
|
||||||
|
"mean"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mappings": [],
|
"mappings": [],
|
||||||
"decimals": 0,
|
"decimals": 2,
|
||||||
"unit": "short"
|
"unit": "short"
|
||||||
},
|
},
|
||||||
"overrides": [
|
"overrides": [
|
||||||
@@ -162,9 +162,12 @@
|
|||||||
"mode": "multi"
|
"mode": "multi"
|
||||||
},
|
},
|
||||||
"legend": {
|
"legend": {
|
||||||
"displayMode": "list",
|
"displayMode": "table",
|
||||||
"placement": "bottom",
|
"placement": "bottom",
|
||||||
"calcs": []
|
"calcs": [
|
||||||
|
"max",
|
||||||
|
"mean"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|||||||
@@ -68,6 +68,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mappings": [],
|
"mappings": [],
|
||||||
|
"decimals": 2,
|
||||||
"unit": "short"
|
"unit": "short"
|
||||||
},
|
},
|
||||||
"overrides": []
|
"overrides": []
|
||||||
@@ -81,8 +82,7 @@
|
|||||||
"placement": "bottom",
|
"placement": "bottom",
|
||||||
"calcs": [
|
"calcs": [
|
||||||
"max",
|
"max",
|
||||||
"mean",
|
"mean"
|
||||||
"min"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
"mode": "single"
|
"mode": "single"
|
||||||
},
|
},
|
||||||
"legend": {
|
"legend": {
|
||||||
"displayMode": "list",
|
"displayMode": "table",
|
||||||
"placement": "bottom",
|
"placement": "bottom",
|
||||||
"calcs": [
|
"calcs": [
|
||||||
"max",
|
"max",
|
||||||
|
|||||||
Reference in New Issue
Block a user