mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
added button action configuration and handling for reset and restart
This commit is contained in:
parent
5870182507
commit
3aeb8ffe5b
4 changed files with 62 additions and 0 deletions
|
@ -201,7 +201,23 @@
|
|||
<span class="range-value"></span>
|
||||
</div>
|
||||
</label>
|
||||
<label>
|
||||
<span>Aktion bei Knopfdruck:</span>
|
||||
<select
|
||||
name="button-action"
|
||||
id="input-button-action"
|
||||
title="Aktion bei Knopfdruck"
|
||||
required
|
||||
>
|
||||
<option value="0">Nichts</option>
|
||||
<option value="1">
|
||||
Konfiguration zurücksetzen
|
||||
</option>
|
||||
<option value="2">Neustart</option>
|
||||
</select>
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<div class="buttons">
|
||||
<button type="reset">Zurücksetzen</button>
|
||||
<button type="submit">Speichern</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue