mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
made some input fields required
This commit is contained in:
parent
140d43f58b
commit
53e42a0b0b
1 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,7 @@
|
|||
name="ip-method"
|
||||
id="input-ip-method"
|
||||
title="IP-"
|
||||
required
|
||||
>
|
||||
<option value="0">Statisch</option>
|
||||
<option value="1">DHCP</option>
|
||||
|
@ -122,6 +123,7 @@
|
|||
name="ip"
|
||||
id="input-ip"
|
||||
placeholder="IP-Adresse"
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
<label>
|
||||
|
@ -131,6 +133,7 @@
|
|||
name="subnet"
|
||||
id="input-subnet"
|
||||
placeholder="Subnetzmaske"
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
<label>
|
||||
|
@ -140,6 +143,7 @@
|
|||
name="gateway"
|
||||
id="input-gateway"
|
||||
placeholder="Gateway"
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -149,6 +153,7 @@
|
|||
name="connection"
|
||||
id="input-connection"
|
||||
title="Verbindung"
|
||||
required
|
||||
>
|
||||
<option value="0">WiFi-Station</option>
|
||||
<option value="1">WiFi-AccessPoint</option>
|
||||
|
@ -163,6 +168,7 @@
|
|||
name="ssid"
|
||||
id="input-ssid"
|
||||
placeholder="SSID"
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -173,6 +179,7 @@
|
|||
name="ssid"
|
||||
id="select-network"
|
||||
title="Netzwerk"
|
||||
required
|
||||
></select>
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Add table
Reference in a new issue