webui: initial support for leddevice options (#232)

* initial support for leddevice options

* fix schema and editor init

* fix led editor labels and schema

* add some led schemas

* led config: insert current values. not yet perfect, but it works
This commit is contained in:
redPanther
2016-09-10 19:08:08 +02:00
committed by GitHub
parent 678624c959
commit 2d88cdc2d3
16 changed files with 191 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
<div class="col-lg-12">
<!-- <form id="grabberConfForm"></form>-->
<div id='editor_container'/>
<button id='submit'>Submit (console.log)</button>
<button id='btn_submit'>Submit (console.log)</button>
</div>
</div>
</div>

View File

@@ -49,7 +49,10 @@
<select id="leddevices" class="form-control" style="color:black;width:auto;margin-left:10px;display:inline-block" />
</div>
<div class="panel-body">
... device specific options ... we need some cpp code extension to get schema for all leds
<div id="ledDeviceOptions">
<div id='editor_container'></div>
<button id='btn_submit'>Submit (console.log)</button>
</div>
<div id="huebridge" class="container-fluid" style="display:none">