mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
added switch between input and output
This commit is contained in:
parent
3325a18b04
commit
1b7e22470a
2 changed files with 72 additions and 2 deletions
|
@ -74,6 +74,16 @@
|
|||
|
||||
<fieldset>
|
||||
<legend>Input/Output 1</legend>
|
||||
<label class="switch">
|
||||
<span>Output</span>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="input-or-output-1"
|
||||
id="input-input-or-output-1"
|
||||
/>
|
||||
<span class="slider"></span>
|
||||
<span>Input</span>
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
|
@ -88,6 +98,17 @@
|
|||
<fieldset>
|
||||
<legend>Input/Output 2</legend>
|
||||
|
||||
<label class="switch">
|
||||
<span>Output</span>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="input-or-output-2"
|
||||
id="input-input-or-output-2"
|
||||
/>
|
||||
<span class="slider"></span>
|
||||
<span>Input</span>
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
name="universe-2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue