chore(blocky); work on postgres dashboard settings

This commit is contained in:
Kjeld Schouten
2024-02-28 17:00:44 +01:00
parent ce44ef1dee
commit 0e6bf56ee0
2 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway - https://quay.io/oriedge/k8s_gateway
type: application type: application
version: 13.5.5 version: 13.5.6
+17 -16
View File
@@ -1850,22 +1850,23 @@
"templating": { "templating": {
"list": [ "list": [
{ {
"current": { "current": {
"selected": false, "selected": false,
"text": "Prometheus", "text": "BlockyPostgres",
"value": "Prometheus" "value": "blockypostgres"
}, },
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
"multi": false, "label": "datasource",
"name": "DS_PROMETHEUS", "multi": false,
"label": "datasource", "name": "DS_POSTGRES",
"options": [], "options": [],
"query": "prometheus", "query": "grafana-postgresql-datasource",
"refresh": 1, "queryValue": "",
"regex": "", "refresh": 1,
"skipUrlSync": false, "regex": "",
"type": "datasource" "skipUrlSync": false,
"type": "datasource"
}, },
{ {
"hide": 0, "hide": 0,