Link from the subnet utilization report to ip inventory report for each subnet with the same date range.

This commit is contained in:
Eric A. Miller
2014-01-01 23:31:57 -05:00
parent 992af240fe
commit ed1158a481
3 changed files with 40 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
</tbody>
[% FOREACH row IN results.all %]
<tr>
<td class="nd_center-cell">[% row.subnet | html_entity %]</td>
<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">
[% 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>
<td class="nd_center-cell">[% row.percent | html_entity %]</td>