mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
hide role template var from all dash except overview
This commit is contained in:
@@ -1329,9 +1329,9 @@ grafana:
|
||||
list:
|
||||
servername: {}
|
||||
role:
|
||||
allValue: true
|
||||
multi: true
|
||||
hide: 0
|
||||
allValue: false
|
||||
multi: false
|
||||
hide: 2
|
||||
containers: {}
|
||||
manint: {}
|
||||
monint: {}
|
||||
@@ -1684,9 +1684,9 @@ grafana:
|
||||
list:
|
||||
servername: {}
|
||||
role:
|
||||
allValue: true
|
||||
multi: true
|
||||
hide: 0
|
||||
allValue: false
|
||||
multi: false
|
||||
hide: 2
|
||||
containers: {}
|
||||
manint: {}
|
||||
monint: {}
|
||||
@@ -1973,9 +1973,9 @@ grafana:
|
||||
list:
|
||||
servername: {}
|
||||
role:
|
||||
allValue: true
|
||||
multi: true
|
||||
hide: 0
|
||||
allValue: false
|
||||
multi: false
|
||||
hide: 2
|
||||
containers: {}
|
||||
manint: {}
|
||||
monint: {}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"value": [{{ TEMPLATES.servername.get('value', '')| json }}]
|
||||
},
|
||||
"datasource": "InfluxDB",
|
||||
"definition": "{{ query }}",
|
||||
"definition": "{{ query }}",
|
||||
"description": "",
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
|
||||
Reference in New Issue
Block a user