fix(blocky): adapt blocky dashboard to use postgres instead of postgresql

This commit is contained in:
Kjeld Schouten 2024-02-28 16:42:04 +01:00
parent 5ceb01bb87
commit ce44ef1dee
2 changed files with 4 additions and 4 deletions

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.4 version: 13.5.5

View File

@ -803,8 +803,8 @@
{ {
"current": { "current": {
"selected": false, "selected": false,
"text": "Postgresql", "text": "Postgres",
"value": "Postgresql" "value": "Postgres"
}, },
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
@ -812,7 +812,7 @@
"name": "DS_POSTGRES", "name": "DS_POSTGRES",
"label": "datasource", "label": "datasource",
"options": [], "options": [],
"query": "postgresql", "query": "Postgres",
"refresh": 1, "refresh": 1,
"regex": "", "regex": "",
"skipUrlSync": false, "skipUrlSync": false,