Skip to content
Snippets Groups Projects
Commit 24a68d2c authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Remove hardcoded database name from lab dashboard

parent 7a1c7d7c
No related branches found
No related tags found
No related merge requests found
...@@ -693,7 +693,7 @@ ...@@ -693,7 +693,7 @@
"multi": true, "multi": true,
"name": "interface_name", "name": "interface_name",
"options": [], "options": [],
"query": "SHOW TAG VALUES ON test_brian WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ", "query": "SHOW TAG VALUES WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"skipUrlSync": false, "skipUrlSync": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment