hide role template var from all dash except overview

This commit is contained in:
m0duspwnens
2021-07-26 09:36:05 -04:00
parent e9d90644fd
commit e4f46c6e14
2 changed files with 10 additions and 10 deletions

View File

@@ -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: {}

View File

@@ -12,7 +12,7 @@
"value": [{{ TEMPLATES.servername.get('value', '')| json }}]
},
"datasource": "InfluxDB",
"definition": "{{ query }}",
"definition": "{{ query }}",
"description": "",
"error": null,
"hide": 0,