IPAM: VLAN- ja asiakas-dropdownit lomakkeeseen
- VLAN-kenttä on nyt dropdown joka populoidaan VLAN-listasta (subnetit viittaavat VLANeihin) - Asiakas-kenttä on dropdown joka populoidaan asiakaslistasta - Verkkonäkymässä VLAN-sarakkeessa näkyy numero + nimi viitteenä - VLAN-osio näkyy aina (myös tyhjänä) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
index.html
10
index.html
@@ -1016,8 +1016,10 @@
|
||||
<input type="text" id="ipam-form-verkko" placeholder="esim. 10.0.0.0/24 tai 192.168.1.5">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ipam-form-vlan">VLAN-numero</label>
|
||||
<input type="number" id="ipam-form-vlan" min="1" max="4094" placeholder="esim. 100">
|
||||
<label for="ipam-form-vlan">VLAN</label>
|
||||
<select id="ipam-form-vlan">
|
||||
<option value="">— Ei VLANia —</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ipam-form-nimi">Nimi / Kuvaus</label>
|
||||
@@ -1039,7 +1041,9 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ipam-form-asiakas">Asiakas</label>
|
||||
<input type="text" id="ipam-form-asiakas" placeholder="Kenelle varattu">
|
||||
<select id="ipam-form-asiakas">
|
||||
<option value="">— Ei asiakasta —</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group full-width">
|
||||
<label for="ipam-form-lisatiedot">Lisätiedot</label>
|
||||
|
||||
Reference in New Issue
Block a user