show instruction to user when they load the ip inventory report
This commit is contained in:
@@ -128,8 +128,10 @@
|
|||||||
|
|
||||||
// on page load, load the content for the active tab
|
// on page load, load the content for the active tab
|
||||||
[% IF params.tab %]
|
[% IF params.tab %]
|
||||||
[% IF params.tab != 'ipinventory' %]
|
[% IF params.tab == 'ipinventory' %]
|
||||||
$('#[% params.tab %]_form').trigger("submit");
|
$('#[% params.tab %]_submit').click();
|
||||||
|
[% ELSE %]
|
||||||
|
$('#[% params.tab %]_form').trigger("submit");
|
||||||
[% END %]
|
[% END %]
|
||||||
[% END %]
|
[% END %]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user