make port name clickable to restrict results only to that port

This commit is contained in:
Oliver Gorwits
2012-02-22 20:18:52 +00:00
parent d62d1aacf8
commit c2994bdc4f
2 changed files with 9 additions and 3 deletions

View File

@@ -23,9 +23,7 @@
[% END %]
</td>
[% IF params.c_port %]
<td>
[% row.port | html_entity %]
</td>
<td><a class="this_port_only" href="#">[% row.port | html_entity %]</a></td>
[% END %]
[% IF params.c_descr %]
<td class="center_cell">[% row.descr | html_entity %]</td>