#379 avoid displaying phone or wap icon alongside nodes
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
||||
2.039013 - 2018-03-02
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* #379 avoid displaying phone or wap icon alongside nodes
|
||||
|
||||
2.039012 - 2018-03-02
|
||||
|
||||
[NEW FEATURES]
|
||||
|
||||
@@ -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