Fixed the form for the radial dynamic.
This commit is contained in:
parent
074edb87e3
commit
1ecbd62bd8
pandora_console/operation/maps
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue