more tidying of Node/NodeIp searches

This commit is contained in:
Oliver Gorwits
2012-02-05 23:44:34 +00:00
parent 6a2f3fdf3a
commit 50b90fd5da
3 changed files with 29 additions and 38 deletions

View File

@@ -31,7 +31,7 @@
<td>[% row.time_last_stamp %]</td>
[% END %]
</tr>
[% FOREACH node IN archive_filter(row.node_sightings) %]
[% FOREACH node IN row.node_sightings(archive_filter) %]
<tr>
<td>&nbsp;</td>
[% IF params.vendor %]
@@ -48,7 +48,7 @@
[% END %]
</tr>
[% END %]
[% FOREACH nodeip IN archive_filter(row.ip_aliases) %]
[% FOREACH nodeip IN row.ip_aliases(archive_filter) %]
<tr>
<td>&nbsp;</td>
[% IF params.vendor %]