implement prefetch for ports list, drop template param for modifying search clause
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
<br/> ([% 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> ' IF NOT node.active %]
|
||||
<a href="[% uri_for('/search') %]?tab=node&q=[% node.mac | uri %]">[% node.mac %]</a>
|
||||
|
||||
Reference in New Issue
Block a user