mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
fixed index of wifi-sta and wifi-ap in frontend
This commit is contained in:
parent
20984878ea
commit
421ca36e88
1 changed files with 4 additions and 4 deletions
|
@ -79,12 +79,12 @@
|
|||
id="input-connection"
|
||||
title="Verbindung"
|
||||
>
|
||||
<option value="0">WiFi-AccessPoint</option>
|
||||
<option value="1">WiFi-Station</option>
|
||||
<option value="0">WiFi-Station</option>
|
||||
<option value="1">WiFi-AccessPoint</option>
|
||||
<option value="2">Ethernet</option>
|
||||
</select>
|
||||
</label>
|
||||
<div data-field="input-connection" data-values="0">
|
||||
<div data-field="input-connection" data-values="1">
|
||||
<label>
|
||||
SSID:
|
||||
<input
|
||||
|
@ -95,7 +95,7 @@
|
|||
/>
|
||||
</label>
|
||||
</div>
|
||||
<div data-field="input-connection" data-values="1">
|
||||
<div data-field="input-connection" data-values="0">
|
||||
<label>
|
||||
Netzwerk:
|
||||
<select
|
||||
|
|
Loading…
Add table
Reference in a new issue