show instruction to user when they load the ip inventory report

This commit is contained in:
Oliver Gorwits
2014-01-01 13:37:11 +00:00
parent 7f2f99062b
commit bebb07458f

View File

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