diff --git a/src-ui/src/app/components/admin/config/config.component.html b/src-ui/src/app/components/admin/config/config.component.html index 48cac6bfa..a3eb0b8ab 100644 --- a/src-ui/src/app/components/admin/config/config.component.html +++ b/src-ui/src/app/components/admin/config/config.component.html @@ -27,7 +27,7 @@ @switch (option.type) { @case (ConfigOptionType.Select) { } @case (ConfigOptionType.Number) { } - @case (ConfigOptionType.Boolean) { } + @case (ConfigOptionType.Boolean) { } @case (ConfigOptionType.String) { } @case (ConfigOptionType.JSON) { } } diff --git a/src-ui/src/app/components/common/input/switch/switch.component.html b/src-ui/src/app/components/common/input/switch/switch.component.html index f81548425..189aa937f 100644 --- a/src-ui/src/app/components/common/input/switch/switch.component.html +++ b/src-ui/src/app/components/common/input/switch/switch.component.html @@ -1,27 +1,27 @@
-
- @if (!horizontal) { - - } + @if (!horizontal) { +
+ @if (removable) { - } +  Remove + + }
-
-
- - @if (horizontal) { - - } - @if (hint) { -
{{hint}}
- } -
+ } +
+
+ + @if (horizontal) { + + } + @if (hint) { +
{{hint}}
+ }
+