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
pandora_console/operation/maps

View File

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