From cc3bea09cfe2a98d6f943a37909d2c1410c78eed Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 22 Feb 2014 11:34:49 +0000 Subject: [PATCH] minor cell layout fix for node search --- Netdisco/share/views/ajax/search/node_by_ip.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netdisco/share/views/ajax/search/node_by_ip.tt b/Netdisco/share/views/ajax/search/node_by_ip.tt index 074a6556..83a1230d 100644 --- a/Netdisco/share/views/ajax/search/node_by_ip.tt +++ b/Netdisco/share/views/ajax/search/node_by_ip.tt @@ -95,8 +95,8 @@ Switch Port - [% node.switch | html_entity %] - [% node.port | html_entity %] - [% '  ' IF NOT node.active %] + [% node.switch | html_entity %] - [% node.port | html_entity %] + [% ' ' IF NOT node.active %] [% IF node.device.dns AND node.device_port AND node.device_port.name %] ([% node.device.dns | html_entity %] - [% node.device_port.name | html_entity %]) [% END %]