Subnet Utilization report

This commit is contained in:
Oliver Gorwits
2014-01-01 15:21:23 +00:00
parent bebb07458f
commit cb9abc2355
9 changed files with 156 additions and 2 deletions

View File

@@ -128,7 +128,7 @@
// on page load, load the content for the active tab
[% IF params.tab %]
[% IF params.tab == 'ipinventory' %]
[% IF params.tab == 'ipinventory' OR params.tab == 'subnets' %]
$('#[% params.tab %]_submit').click();
[% ELSE %]
$('#[% params.tab %]_form').trigger("submit");