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

@@ -454,7 +454,7 @@ td > form.nd_inline-form {
vertical-align: text-bottom;
}
#nd_vlan-entry {
width: 57px;
width: 56px;
}
/* fixup for prepended checkbox in sidebar */
@@ -634,8 +634,8 @@ form .clearfix.success input {
}
.nd_netmap-sidebar {
/* margin-top: 7px; */
margin-left: -9px;
margin-top: 0px;
margin-left: -8px;
}
.nd_netmap-sidebar > .input-prepend {

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>