wrapped text is centered in Device/Node cell of node search
This commit is contained in:
@@ -103,7 +103,8 @@
|
|||||||
[% END %]
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
<td>Switch Port</td>
|
<td>Switch Port</td>
|
||||||
<td><a class="nd_linkcell nd_center-cell"
|
<td class="nd_center-cell">
|
||||||
|
<a class="nd_linkcell"
|
||||||
href="[% device_ports %]&q=[% node.switch | uri %]&f=[% node.port | uri %]&c_nodes=on&c_neighbors=on">
|
href="[% device_ports %]&q=[% node.switch | uri %]&f=[% node.port | uri %]&c_nodes=on&c_neighbors=on">
|
||||||
[% node.switch | html_entity %] - [% node.port | html_entity %]
|
[% node.switch | html_entity %] - [% node.port | html_entity %]
|
||||||
[% ' <i class="icon-book text-warning"></i>' IF NOT node.active %]</a>
|
[% ' <i class="icon-book text-warning"></i>' IF NOT node.active %]</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user