additional debug and logic fixes in handling of remote_is_discoverable
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
[% END %]
|
||||
<a href="[% device_ports | none %]&q=[% row.get_column('neighbor_ip') | uri %]">
|
||||
[% row.get_column('neighbor_dns').remove(settings.domain_suffix) || row.get_column('neighbor_ip') | html_entity %]</a>
|
||||
[% IF row.remote_port and row.remote_is_discoverable %]
|
||||
[% IF row.remote_port %]
|
||||
-
|
||||
<a href="[% device_ports | none %]&q=[% row.get_column('neighbor_ip') | uri %]&f=[% row.remote_port | uri %]&prefer=port">
|
||||
[% row.remote_port | html_entity %]</a>
|
||||
@@ -308,18 +308,17 @@
|
||||
[% ' type: '_ row.remote_type IF row.remote_type %])<br/>
|
||||
[% END %]
|
||||
[% ELSIF row.remote_ip %]
|
||||
[% '<i class="icon-unlink text-error"></i> ' IF row.remote_is_discoverable %]
|
||||
<i class="icon-[% row.remote_is_discoverable ? 'unlink' : 'eye-close' %] text-error"></i>
|
||||
[% IF row.remote_is_phone %]
|
||||
<i class="icon-phone"></i>
|
||||
[% ELSIF row.remote_is_wap %]
|
||||
<i class="icon-rss"></i>
|
||||
[% END %]
|
||||
<a href="[% search_node | none %]&q=[% row.remote_ip | uri %]">
|
||||
[% row.remote_ip | html_entity %]
|
||||
[% IF row.remote_port and row.remote_is_discoverable %]
|
||||
- [% row.remote_port | html_entity %]
|
||||
[% END %]
|
||||
</a><br/>
|
||||
<a href="[% search_node | none %]&q=[% row.remote_ip | uri %]">[% row.remote_ip | html_entity %]</a>
|
||||
[% IF row.remote_port %]
|
||||
- [% row.remote_port | html_entity %]
|
||||
[% END %]
|
||||
<br/>
|
||||
[% IF params.n_inventory and row.remote_inventory %]
|
||||
[% row.remote_inventory | html_entity %]<br/>
|
||||
[% END %]
|
||||
@@ -328,7 +327,7 @@
|
||||
[% ' type: '_ row.remote_type IF row.remote_type %])<br/>
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
[% '<i class="icon-unlink text-error"></i> (possible uplink)' IF row.remote_is_discoverable %]
|
||||
[% '<i class="icon-unlink text-error"></i> (possible uplink)' %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
[% IF params.c_nodes %]
|
||||
|
||||
@@ -42,7 +42,8 @@
|
||||
<li><i class="icon-li icon-off nd_power-on"></i> PoE Enabled</li>
|
||||
<li><i class="icon-li icon-link text-warning"></i> Manual Topology</li>
|
||||
<li><i class="icon-li icon-link"></i> Neighbor Device</li>
|
||||
<li><i class="icon-li icon-unlink text-error"></i> Neighbor Inacessible</li>
|
||||
<li><i class="icon-li icon-unlink text-error"></i> Neighbor Not Polled</li>
|
||||
<li><i class="icon-li icon-eye-close text-error"></i> Neighbor Forbidden</li>
|
||||
<li><i class="icon-li icon-phone"></i> IP Phone</li>
|
||||
<li><i class="icon-li icon-signal"></i> Wireless Client</li>
|
||||
<li><i class="icon-li icon-rss"></i> Wireless Access Point</li>
|
||||
|
||||
Reference in New Issue
Block a user