mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Started implementing ticket 8508, REST to be implemented when netbox is done
This commit is contained in:
parent
075e732a3a
commit
18f83ca7ca
2 changed files with 14 additions and 3 deletions
|
|
@ -32,14 +32,14 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="mb-3 col-auto">
|
||||
<label for="export_host">Insert Host IP or Mac Address or /24</label>
|
||||
<label for="export_host"> {{ i18n("manage_data.specify_ip_mac") }}</label>
|
||||
<input type="text" id="export_host" data-host="host" name="host"
|
||||
placeholder="{{ i18n("manage_data.ip_or_mac_address")}}" class="form-control" size="24" disabled
|
||||
required />
|
||||
</div>
|
||||
<div class="mb-3 col-auto">
|
||||
<label for="export_vlan">Insert VLAN Host</label>
|
||||
<input type="number" min="1" max="65535" placeholder="{{ i18n(" vlan") }}" id="export_vlan"
|
||||
<label for="export_vlan">{{ i18n("manage_data.specify_vlan")}}</label>
|
||||
<input type="number" min="1" max="65535" placeholder="{{ i18n("manage_data.ip_or_mac_address") }}" id="export_vlan"
|
||||
name="vlan" class="form-control" value="" disabled />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue