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://quay.io/oriedge/k8s_gateway
type: application
version: 13.5.4
version: 13.5.5

View File

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