Fix bugs in prototypeGUI

This commit is contained in:
kjeld Schouten-Lebbing 2021-06-01 12:58:54 +02:00
parent c775a3d01d
commit f54a4dccad
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 19 additions and 16 deletions

View File

@ -19,4 +19,4 @@ maintainers:
name: prototype-gui
sources: null
type: application
version: 0.0.9
version: 0.0.10

View File

@ -546,7 +546,7 @@ questions:
type: list
default: []
items:
- variable: host
- variable: hostEntry
label: "Host"
schema:
type: dict
@ -558,25 +558,28 @@ questions:
default: ""
required: true
- variable: paths
label: "Hosts"
label: "Paths"
schema:
type: list
default: []
items:
- variable: path
label: "path"
- variable: pathEntry
label: "Host"
schema:
type: string
required: true
hidden: false
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
hidden: false
default: "Prefix"
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema: