mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
added universe input field per input/output
This commit is contained in:
parent
0b08427b3e
commit
3325a18b04
1 changed files with 18 additions and 3 deletions
|
@ -73,13 +73,28 @@
|
|||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Art-Net</legend>
|
||||
<legend>Input/Output 1</legend>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
name="universe"
|
||||
id="universe"
|
||||
name="universe-1"
|
||||
id="universe-1"
|
||||
placeholder="Universe"
|
||||
min="0"
|
||||
max="15"
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Input/Output 2</legend>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
name="universe-2"
|
||||
id="universe-2"
|
||||
placeholder="Universe"
|
||||
min="0"
|
||||
max="15"
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue