mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
fixed input/output toggle
This commit is contained in:
parent
9a6c41f027
commit
d9afabbdac
1 changed files with 4 additions and 4 deletions
|
@ -133,8 +133,8 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="direction-1"
|
name="direction-1"
|
||||||
id="input-direction-1"
|
id="input-direction-1"
|
||||||
data-value-not-checked="output"
|
data-value-not-checked="0"
|
||||||
data-value-checked="input"
|
data-value-checked="1"
|
||||||
/>
|
/>
|
||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
<span>Input</span>
|
<span>Input</span>
|
||||||
|
@ -159,8 +159,8 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="direction-2"
|
name="direction-2"
|
||||||
id="input-direction-2"
|
id="input-direction-2"
|
||||||
data-value-not-checked="output"
|
data-value-not-checked="0"
|
||||||
data-value-checked="input"
|
data-value-checked="1"
|
||||||
/>
|
/>
|
||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
<span>Input</span>
|
<span>Input</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue