Also prefer port filter when linking to connected devices

This commit is contained in:
Oliver Gorwits
2014-01-19 22:30:44 +00:00
parent da56cb9a09
commit 520d94bb6f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
[BUG FIXES]
* [#85] device property in _no/_only fails with error (R. Kerr)
* Also prefer port filter when linking to connected devices
2.021001

View File

@@ -240,7 +240,7 @@
<i class="icon-signal"></i>&nbsp;
[% END %]
<a href="[% uri_for('/device',
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 %]&prefer=port">
[% row.neighbor.dns.remove(settings.domain_suffix) || row.neighbor.ip | html_entity %]
[% ' - ' IF row.remote_port %][% row.remote_port | html_entity %]</a><br/>
[% IF params.neigh_id and (row.remote_id or row.remote_type) %]