From f54a4dccad2fef3c999a27704ddbff6807419324 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 1 Jun 2021 12:58:54 +0200 Subject: [PATCH] Fix bugs in prototypeGUI --- charts/develop/prototype-gui/Chart.yaml | 2 +- .../prototype-gui/SCALE/questions.yaml | 33 ++++++++++--------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index ad0d5f2ba2d..57b923cfef1 100644 --- a/charts/develop/prototype-gui/Chart.yaml +++ b/charts/develop/prototype-gui/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: prototype-gui sources: null type: application -version: 0.0.9 +version: 0.0.10 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index 17b16ee235b..8987815f17e 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -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: