fix(blocky): fix UI, wrong variable names (#4258)

This commit is contained in:
Stavros Kois
2022-11-01 01:45:51 +02:00
committed by GitHub
parent 151fd2fff3
commit 2d91f01046
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend - https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
version: 1.1.6 version: 1.1.7
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
+4 -4
View File
@@ -188,14 +188,14 @@ questions:
type: dict type: dict
additional_attrs: true additional_attrs: true
attrs: attrs:
- variable: in - variable: domain
label: In label: Domain
schema: schema:
type: string type: string
required: true required: true
default: "" default: ""
- variable: out - variable: dnsserver
label: Out label: DNS Server
schema: schema:
type: string type: string
required: true required: true