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"
|
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>
|
||||||
|
@ -122,6 +123,7 @@
|
||||||
name="ip"
|
name="ip"
|
||||||
id="input-ip"
|
id="input-ip"
|
||||||
placeholder="IP-Adresse"
|
placeholder="IP-Adresse"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
|
@ -131,6 +133,7 @@
|
||||||
name="subnet"
|
name="subnet"
|
||||||
id="input-subnet"
|
id="input-subnet"
|
||||||
placeholder="Subnetzmaske"
|
placeholder="Subnetzmaske"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
|
@ -140,6 +143,7 @@
|
||||||
name="gateway"
|
name="gateway"
|
||||||
id="input-gateway"
|
id="input-gateway"
|
||||||
placeholder="Gateway"
|
placeholder="Gateway"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -149,6 +153,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>
|
||||||
|
@ -163,6 +168,7 @@
|
||||||
name="ssid"
|
name="ssid"
|
||||||
id="input-ssid"
|
id="input-ssid"
|
||||||
placeholder="SSID"
|
placeholder="SSID"
|
||||||
|
required
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -173,6 +179,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