Fixed another widget in the form editor for the radial dynamic.
This commit is contained in:
parent
1ecbd62bd8
commit
64d08739c7
|
@ -407,6 +407,8 @@ else {
|
||||||
|
|
||||||
$("#form_editor-show_agents").show();
|
$("#form_editor-show_agents").show();
|
||||||
$("#form_editor-source").show();
|
$("#form_editor-source").show();
|
||||||
|
$("#form_editor-size").show();
|
||||||
|
$("#form_editor-7").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();
|
||||||
|
@ -429,6 +431,8 @@ else {
|
||||||
$("#form_editor-source").hide();
|
$("#form_editor-source").hide();
|
||||||
|
|
||||||
$("#form_editor-filter_module_group").show();
|
$("#form_editor-filter_module_group").show();
|
||||||
|
$("#form_editor-size").hide();
|
||||||
|
$("#form_editor-7").hide();
|
||||||
break;
|
break;
|
||||||
case MAP_SUBTYPE_TOPOLOGY:
|
case MAP_SUBTYPE_TOPOLOGY:
|
||||||
// Forever show agents
|
// Forever show agents
|
||||||
|
|
Loading…
Reference in New Issue