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 name: prototype-gui
sources: null sources: null
type: application type: application
version: 0.0.9 version: 0.0.10

View File

@ -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,25 +558,28 @@ 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: path - variable: pathEntry
label: "path" label: "Host"
schema: schema:
type: string type: dict
required: true attrs:
hidden: false - variable: path
default: "/" label: "path"
- variable: pathType schema:
label: "pathType" type: string
schema: required: true
type: string default: "/"
required: true - variable: pathType
hidden: false label: "pathType"
default: "Prefix" schema:
type: string
required: true
default: "Prefix"
- variable: tls - variable: tls
label: "TLS-Settings" label: "TLS-Settings"
schema: schema: