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; cursor: pointer;
float: right; float: right;
display: none; display: none;
margin-top: 3px;
} }
/* port admin log view */ /* port admin log view */

View File

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