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
c3705583ea
commit
0d3a398f83
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
name="ip-method"
|
name="ip-method"
|
||||||
id="input-ip-method"
|
id="input-ip-method"
|
||||||
title="IP-"
|
title="IP-"
|
||||||
|
required
|
||||||
>
|
>
|
||||||
<option value="0">Statisch</option>
|
<option value="0">Statisch</option>
|
||||||
<option value="1">DHCP</option>
|
<option value="1">DHCP</option>
|
||||||
|
@ -53,6 +54,7 @@
|
||||||
name="ip"
|
name="ip"
|
||||||
id="input-ip"
|
id="input-ip"
|
||||||
placeholder="IP-Adresse"
|
placeholder="IP-Adresse"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
|
@ -62,6 +64,7 @@
|
||||||
name="subnet"
|
name="subnet"
|
||||||
id="input-subnet"
|
id="input-subnet"
|
||||||
placeholder="Subnetzmaske"
|
placeholder="Subnetzmaske"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
|
@ -71,6 +74,7 @@
|
||||||
name="gateway"
|
name="gateway"
|
||||||
id="input-gateway"
|
id="input-gateway"
|
||||||
placeholder="Gateway"
|
placeholder="Gateway"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -80,6 +84,7 @@
|
||||||
name="connection"
|
name="connection"
|
||||||
id="input-connection"
|
id="input-connection"
|
||||||
title="Verbindung"
|
title="Verbindung"
|
||||||
|
required
|
||||||
>
|
>
|
||||||
<option value="0">WiFi-Station</option>
|
<option value="0">WiFi-Station</option>
|
||||||
<option value="1">WiFi-AccessPoint</option>
|
<option value="1">WiFi-AccessPoint</option>
|
||||||
|
@ -94,6 +99,7 @@
|
||||||
name="ssid"
|
name="ssid"
|
||||||
id="input-ssid"
|
id="input-ssid"
|
||||||
placeholder="SSID"
|
placeholder="SSID"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -104,6 +110,7 @@
|
||||||
name="ssid"
|
name="ssid"
|
||||||
id="select-network"
|
id="select-network"
|
||||||
title="Netzwerk"
|
title="Netzwerk"
|
||||||
|
required
|
||||||
></select>
|
></select>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue