tidy connected device+node layout
This commit is contained in:
@@ -243,9 +243,9 @@
|
|||||||
self_options) %]&q=[% row.neighbor.dns || row.neighbor.ip | uri %]&f=[% row.remote_port | uri %]">
|
self_options) %]&q=[% row.neighbor.dns || row.neighbor.ip | uri %]&f=[% row.remote_port | uri %]">
|
||||||
[% row.neighbor.dns.remove(settings.domain_suffix) || row.neighbor.ip | html_entity %]
|
[% row.neighbor.dns.remove(settings.domain_suffix) || row.neighbor.ip | html_entity %]
|
||||||
[% ' - ' IF row.remote_port %][% row.remote_port | html_entity %]</a><br/>
|
[% ' - ' IF row.remote_port %][% row.remote_port | html_entity %]</a><br/>
|
||||||
[% IF params.neigh_id %]
|
[% IF params.neigh_id and (row.remote_id or row.remote_type) %]
|
||||||
([% 'id: '_ row.remote_id IF row.remote_id %]
|
([% 'id: '_ row.remote_id IF row.remote_id %]
|
||||||
[% ' type: '_ row.remote_type IF row.remote_type %])
|
[% ' type: '_ row.remote_type IF row.remote_type %])<br/>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSIF row.remote_ip %]
|
[% ELSIF row.remote_ip %]
|
||||||
<i class="icon-unlink text-error"></i>
|
<i class="icon-unlink text-error"></i>
|
||||||
@@ -257,9 +257,9 @@
|
|||||||
<a href="[% search_node %]&q=[% row.remote_ip | uri %]">
|
<a href="[% search_node %]&q=[% row.remote_ip | uri %]">
|
||||||
[% row.remote_ip | html_entity %]
|
[% row.remote_ip | html_entity %]
|
||||||
[% ' - ' IF row.remote_port %][% row.remote_port | html_entity %]</a><br/>
|
[% ' - ' IF row.remote_port %][% row.remote_port | html_entity %]</a><br/>
|
||||||
[% IF params.neigh_id %]
|
[% IF params.neigh_id and (row.remote_id or row.remote_type) %]
|
||||||
([% 'id: '_ row.remote_id IF row.remote_id %]
|
([% 'id: '_ row.remote_id IF row.remote_id %]
|
||||||
[% ' type: '_ row.remote_type IF row.remote_type %])
|
[% ' type: '_ row.remote_type IF row.remote_type %])<br/>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<i class="icon-unlink text-error"></i> (possible uplink)
|
<i class="icon-unlink text-error"></i> (possible uplink)
|
||||||
|
|||||||
Reference in New Issue
Block a user