dont display unecessary padding in device port cells

This commit is contained in:
Oliver Gorwits
2015-02-24 20:57:08 +00:00
parent f4f9abaca3
commit 3991f6a356
2 changed files with 3 additions and 5 deletions

View File

@@ -267,7 +267,6 @@ td > form.nd_inline-form {
cursor: pointer;
float: right;
display: none;
margin-top: 3px;
}
/* port admin log view */

View File

@@ -82,10 +82,6 @@
rel="tooltip" data-placement="top" data-offset="3"
data-animation="" data-title="Enable Port"></i>
</span>
[% END %]
[% ELSE %]
<td nowrap class="nd_editable-cell"
data-order="[% row.port | html_entity %]" data-filter="[% row.port | html_entity %]">
[% END %]
<a class="nd_log-icon"
href="[% uri_for('/report/portlog') %]?q=[% device.ip | uri %]&f=[% row.port | uri %]">
@@ -93,6 +89,9 @@
rel="tooltip" data-placement="top" data-offset="3"
data-animation="" data-title="View Port Log"></i>
</a>
[% ELSE %]
<td nowrap data-order="[% row.port | html_entity %]" data-filter="[% row.port | html_entity %]">
[% END %]
<a class="nd_this-port-only nd_port-only-first" href="[% uri_for('/device',
self_options) %]&q=[% params.q | uri %]&f=[% row.port | uri %]&prefer=port">
[% IF row.is_master %]