...and remove old code using age_on flag

This commit is contained in:
Oliver Gorwits
2014-02-03 23:35:46 +00:00
parent 04f0125b4f
commit 652bd171d6
3 changed files with 2 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
</tbody>
[% FOREACH row IN results.all %]
<tr>
<td class="nd_center-cell"><a href="[% uri_for('/report/ipinventory') %]?subnet=[% row.subnet | uri %]&daterange=[% daterange | uri %]&limit=[% row.subnet_size | uri %]&age_on=on">
<td class="nd_center-cell"><a href="[% uri_for('/report/ipinventory') %]?subnet=[% row.subnet | uri %]&daterange=[% daterange | uri %]&limit=[% row.subnet_size | uri %]">
[% row.subnet | html_entity %]</a></td>
<td class="nd_center-cell">[% row.subnet_size | html_entity %]</td>
<td class="nd_center-cell">[% row.active | html_entity %]</td>