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: list:
servername: {} servername: {}
role: role:
allValue: true allValue: false
multi: true multi: false
hide: 0 hide: 2
containers: {} containers: {}
manint: {} manint: {}
monint: {} monint: {}
@@ -1684,9 +1684,9 @@ grafana:
list: list:
servername: {} servername: {}
role: role:
allValue: true allValue: false
multi: true multi: false
hide: 0 hide: 2
containers: {} containers: {}
manint: {} manint: {}
monint: {} monint: {}
@@ -1973,9 +1973,9 @@ grafana:
list: list:
servername: {} servername: {}
role: role:
allValue: true allValue: false
multi: true multi: false
hide: 0 hide: 2
containers: {} containers: {}
manint: {} manint: {}
monint: {} monint: {}

View File

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