Clicking on a port to restrict search now uses AJAX instead of page get

This commit is contained in:
Oliver Gorwits
2012-08-28 00:51:27 +01:00
parent e6dd6bab84
commit 51c22804ca
3 changed files with 5 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
[% END %]
</td>
[% IF params.c_port %]
<td><a class="nd_linkcell" href="[% uri_for('/device',
<td><a class="nd_linkcell nd_this_port_only" href="[% uri_for('/device',
vars.self_options) %]&q=[% params.q | uri %]&f=[% row.port | uri %]">
[% row.port | html_entity %]
</a></td>