added subnet and gateway input

This commit is contained in:
RaffaelW 2024-11-03 11:58:04 +01:00
parent d3e405c35c
commit f07cf0db61
4 changed files with 65 additions and 14 deletions

View file

@ -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>