Fixed the form for the radial dynamic.

This commit is contained in:
mdtrooper 2016-04-19 09:53:24 +02:00
parent 074edb87e3
commit 1ecbd62bd8
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +406,7 @@ else {
var subtype = parseInt($("select[name='subtype']").val());
$("#form_editor-show_agents").show();
$("#form_editor-source").show();
switch (subtype) {
case MAP_SUBTYPE_GROUPS:
$("#form_editor-only_snmp_modules").hide();
@ -425,6 +426,7 @@ else {
$("#form_editor-show_module_group").hide();
$("#form_editor-only_snmp_modules").hide();
$("#form_editor-only_policy_modules").hide();
$("#form_editor-source").hide();
$("#form_editor-filter_module_group").show();
break;