diff --git a/ui/index.html b/ui/index.html index 4298403e6..6487c5961 100644 --- a/ui/index.html +++ b/ui/index.html @@ -114,7 +114,6 @@
-
{{parentKey}} @@ -122,9 +121,13 @@
-
+ {{#if newKey.isFolder }} +

No value needed for nested keys.

+ {{else}} +
{{ textarea value=newKey.Value class="form-control"}}
+ {{/if}} @@ -137,7 +140,7 @@