Fix bugs in prototypeGUI
This commit is contained in:
parent
c775a3d01d
commit
f54a4dccad
|
@ -19,4 +19,4 @@ maintainers:
|
||||||
name: prototype-gui
|
name: prototype-gui
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
|
|
|
@ -546,7 +546,7 @@ questions:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: host
|
- variable: hostEntry
|
||||||
label: "Host"
|
label: "Host"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -558,24 +558,27 @@ questions:
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: paths
|
- variable: paths
|
||||||
label: "Hosts"
|
label: "Paths"
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
|
- variable: pathEntry
|
||||||
|
label: "Host"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
- variable: path
|
- variable: path
|
||||||
label: "path"
|
label: "path"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
hidden: false
|
|
||||||
default: "/"
|
default: "/"
|
||||||
- variable: pathType
|
- variable: pathType
|
||||||
label: "pathType"
|
label: "pathType"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
hidden: false
|
|
||||||
default: "Prefix"
|
default: "Prefix"
|
||||||
- variable: tls
|
- variable: tls
|
||||||
label: "TLS-Settings"
|
label: "TLS-Settings"
|
||||||
|
|
Loading…
Reference in New Issue