diff --git a/assets/webconfig/generalconf.html b/assets/webconfig/generalconf.html index fb545377..3c387a91 100644 --- a/assets/webconfig/generalconf.html +++ b/assets/webconfig/generalconf.html @@ -7,8 +7,9 @@
- +
+
diff --git a/libsrc/hyperion/hyperion.schema.json b/libsrc/hyperion/hyperion.schema.json index 37bafee6..fcefe960 100644 --- a/libsrc/hyperion/hyperion.schema.json +++ b/libsrc/hyperion/hyperion.schema.json @@ -744,6 +744,7 @@ "enable" : { "type" : "boolean", + "format": "checkbox", "title" : "Activate" }, "port" : @@ -771,6 +772,7 @@ "enable" : { "type" : "boolean", + "format": "checkbox", "title" : "Activate" }, "address" : @@ -799,6 +801,7 @@ "shared" : { "type" : "boolean", + "format": "checkbox", "title" : "Shared" } }, @@ -814,6 +817,7 @@ "enable" : { "type" : "boolean", + "format": "checkbox", "title" : "Activate", "required" : true },