#379 avoid displaying phone or wap icon alongside nodes
This commit is contained in:
		| @@ -315,11 +315,7 @@ | ||||
|         [% FOREACH node IN row.$nodes %] | ||||
|           [% '<br/>' IF (row.remote_ip OR row.is_uplink) OR NOT loop.first %] | ||||
|           [% '<i class="icon-book"></i>  ' IF NOT node.active %] | ||||
|           [% IF row.remote_is_phone %] | ||||
|             <i class="icon-phone"></i>  | ||||
|           [% ELSIF node.wireless.defined OR row.remote_is_wap %] | ||||
|             <i class="icon-signal"></i>  | ||||
|           [% END %] | ||||
|           [% '<i class="icon-signal"></i> ' IF node.wireless.defined %] | ||||
|           <a href="[% search_node %]&q=[% node.net_mac.$mac_format_call | uri %]"> | ||||
|             [% node.net_mac.$mac_format_call | html_entity %]</a> | ||||
|           [% IF (node.vlan > 0) && (node.vlan != row.vlan) %] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user