implement prefetch for ports list, drop template param for modifying search clause

This commit is contained in:
Oliver Gorwits
2012-02-13 17:04:33 +00:00
parent c0ab61fe0f
commit d4388bb519
2 changed files with 15 additions and 5 deletions

View File

@@ -94,7 +94,7 @@
<br/>&nbsp; ([% row.remote_type %]) / ([% row.remote_id %])</a>
[% END %]
[% END %]
[% FOREACH node IN row.nodes(archive_filter) %]
[% FOREACH node IN row.nodes %]
[% '<br/>' IF row.remote_ip OR NOT loop.first %]
[% '<span class="label warning">a</span> &nbsp;' IF NOT node.active %]
<a href="[% uri_for('/search') %]?tab=node&q=[% node.mac | uri %]">[% node.mac %]</a>