minor cell layout fix for node search
This commit is contained in:
@@ -95,8 +95,8 @@
|
|||||||
<td>Switch Port</td>
|
<td>Switch Port</td>
|
||||||
<td><a class="nd_linkcell"
|
<td><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 %]</a>
|
[% node.switch | html_entity %] - [% node.port | html_entity %]
|
||||||
[% ' <i class="icon-book text-warning"></i> ' IF NOT node.active %]
|
[% ' <i class="icon-book text-warning"></i>' IF NOT node.active %]</a>
|
||||||
[% IF node.device.dns AND node.device_port AND node.device_port.name %]
|
[% IF node.device.dns AND node.device_port AND node.device_port.name %]
|
||||||
([% node.device.dns | html_entity %] - [% node.device_port.name | html_entity %])
|
([% node.device.dns | html_entity %] - [% node.device_port.name | html_entity %])
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|||||||
Reference in New Issue
Block a user