#568 use different icon for WAPs from clients
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
[% IF row.remote_is_phone %]
|
||||
<i class="icon-phone"></i>
|
||||
[% ELSIF row.remote_is_wap %]
|
||||
<i class="icon-signal"></i>
|
||||
<i class="icon-rss"></i>
|
||||
[% END %]
|
||||
<a href="[% device_ports %]&q=[% row.get_column('neighbor_ip') | uri %]">
|
||||
[% row.get_column('neighbor_dns').remove(settings.domain_suffix) || row.get_column('neighbor_ip') | html_entity %]</a>
|
||||
@@ -300,7 +300,7 @@
|
||||
[% IF row.remote_is_phone %]
|
||||
<i class="icon-phone"></i>
|
||||
[% ELSIF row.remote_is_wap %]
|
||||
<i class="icon-signal"></i>
|
||||
<i class="icon-rss"></i>
|
||||
[% END %]
|
||||
<a href="[% search_node %]&q=[% row.remote_ip | uri %]">
|
||||
[% row.remote_ip | html_entity %]
|
||||
|
||||
Reference in New Issue
Block a user