mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
added subnet and gateway input
This commit is contained in:
parent
d3e405c35c
commit
f07cf0db61
4 changed files with 65 additions and 14 deletions
|
@ -28,12 +28,30 @@
|
|||
</label>
|
||||
<div data-field="input-ip-method" data-values="static">
|
||||
<label>
|
||||
IP-Adresse/CIDR:
|
||||
IP-Adresse:
|
||||
<input
|
||||
type="text"
|
||||
name="ip"
|
||||
id="input-ip"
|
||||
placeholder="IP-Adresse/CIDR"
|
||||
placeholder="IP-Adresse"
|
||||
/>
|
||||
</label>
|
||||
<label>
|
||||
Subnetzmaske:
|
||||
<input
|
||||
type="text"
|
||||
name="subnet"
|
||||
id="input-subnet"
|
||||
placeholder="Subnetzmaske"
|
||||
/>
|
||||
</label>
|
||||
<label>
|
||||
Gateway:
|
||||
<input
|
||||
type="text"
|
||||
name="gateway"
|
||||
id="input-gateway"
|
||||
placeholder="Gateway"
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue