From 960cc91168b42a9951796328f21b98073302f523 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 24 Oct 2021 19:09:35 -0700 Subject: [PATCH] Iterate on webapp config UX (#371) * Iterate on webapp config ux * Labels were only adding clutter * Add confirmation modals --- src/web/templates/index.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 395fa729..610df49e 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -12,23 +12,24 @@

- + {% if config_files %} {% for config in config_files %} {% endfor %} + {% else %} + + {% endif %} - - + +

- +
-
- -

@@ -101,6 +102,11 @@ {% endfor %}
+

+

+ +
+