mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update
This commit is contained in:
parent
a6df8aef0d
commit
b6cec24596
@ -7,8 +7,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<!--<form id="generalConfForm"></form>-->
|
<form id="generalConfForm"></form>
|
||||||
<div id='editor_holder'></div>
|
<div id='editor_holder'></div>
|
||||||
|
|
||||||
<button id='submit'>Submit (console.log)</button>
|
<button id='submit'>Submit (console.log)</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -744,6 +744,7 @@
|
|||||||
"enable" :
|
"enable" :
|
||||||
{
|
{
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
|
"format": "checkbox",
|
||||||
"title" : "Activate"
|
"title" : "Activate"
|
||||||
},
|
},
|
||||||
"port" :
|
"port" :
|
||||||
@ -771,6 +772,7 @@
|
|||||||
"enable" :
|
"enable" :
|
||||||
{
|
{
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
|
"format": "checkbox",
|
||||||
"title" : "Activate"
|
"title" : "Activate"
|
||||||
},
|
},
|
||||||
"address" :
|
"address" :
|
||||||
@ -799,6 +801,7 @@
|
|||||||
"shared" :
|
"shared" :
|
||||||
{
|
{
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
|
"format": "checkbox",
|
||||||
"title" : "Shared"
|
"title" : "Shared"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -814,6 +817,7 @@
|
|||||||
"enable" :
|
"enable" :
|
||||||
{
|
{
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
|
"format": "checkbox",
|
||||||
"title" : "Activate",
|
"title" : "Activate",
|
||||||
"required" : true
|
"required" : true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user