fix(blocky): adapt blocky dashboard to use postgres instead of postgresql
This commit is contained in:
parent
5ceb01bb87
commit
ce44ef1dee
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue