rename port options for remote inventory and always show LLDP IP with not contacted device details
This commit is contained in:
@@ -303,8 +303,9 @@
|
||||
[% IF params.n_inventory and row.remote_inventory %]
|
||||
[% row.remote_inventory | html_entity %]<br/>
|
||||
[% END %]
|
||||
[% IF params.n_detailed_inventory and (row.remote_id or row.remote_type) %]
|
||||
([% 'id: '_ row.remote_id IF row.remote_id %]
|
||||
[% IF params.n_detailed_inventory %]
|
||||
([% 'IP: '_ row.remote_ip IF row.remote_ip %]
|
||||
[% ' id: '_ row.remote_id IF row.remote_id %]
|
||||
[% ' type: '_ row.remote_type IF row.remote_type %])<br/>
|
||||
[% END %]
|
||||
[% ELSIF row.remote_ip %]
|
||||
|
||||
Reference in New Issue
Block a user