wooo device group selection is working

This commit is contained in:
Oliver Gorwits
2017-12-23 23:42:17 +00:00
parent b1b22c9811
commit e23594b041
3 changed files with 33 additions and 31 deletions

View File

@@ -85,7 +85,7 @@
<div id="nd_vlan-label" class="control-group">
<div class="controls">
<label><span id="nd_vlan-label-text">Carrying VLAN: </span>
<input name="vlan" id="nd_vlan-entry" class="input-mini" type="number" placeholder="number"
<input name="vlan" id="nd_vlan-entry" class="input-mini" type="number" placeholder="ID"
value="[% params.vlan | html_entity %]" type="text"/>
</label>
</div>