wooo device group selection is working
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user