diff --git a/pandora_console/godmode/wizards/HostDevices.class.php b/pandora_console/godmode/wizards/HostDevices.class.php index 36e7df0b21..d00f1282f0 100755 --- a/pandora_console/godmode/wizards/HostDevices.class.php +++ b/pandora_console/godmode/wizards/HostDevices.class.php @@ -941,6 +941,7 @@ class HostDevices extends Wizard 'return' => true, 'class' => 'discovery_list_input', 'simple_multiple_options' => true, + 'required' => true, ] ); @@ -1001,6 +1002,7 @@ class HostDevices extends Wizard $("#text-interval_text").val(10); $("#hidden-interval").val('.$interval.'); $("#interval_units").val('.$unit.'); + $("#interval_units").trigger("change"); } }).change(); diff --git a/pandora_console/include/class/CustomNetScan.class.php b/pandora_console/include/class/CustomNetScan.class.php index bb0b420f1e..f6af0ded74 100644 --- a/pandora_console/include/class/CustomNetScan.class.php +++ b/pandora_console/include/class/CustomNetScan.class.php @@ -594,6 +594,7 @@ class CustomNetScan extends Wizard $("#text-interval_text").val(10); $("#hidden-interval").val('.$interval.'); $("#interval_units").val('.$unit.'); + $("#interval_units").trigger("change"); } }).change(); '; diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index 051d5d603a..08efce8282 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -2799,7 +2799,6 @@ class NetworkMap $output .= "var add_node_menu = '".__('Add node')."';\n"; $output .= "var set_center_menu = '".__('Set center')."';\n"; $output .= "var refresh_menu = '".__('Refresh')."';\n"; - $output .= "var refresh_holding_area_menu = '".__('Refresh Holding area')."';\n"; $output .= "var ok_button = '".__('Proceed')."';\n"; $output .= "var message_to_confirm = '".__('Resetting the map will delete all customizations you have done, including manual relationships between elements, new items, etc.')."';\n"; $output .= "var warning_message = '".__('WARNING')."';\n"; @@ -3504,6 +3503,10 @@ class NetworkMap $output .= ' style="width: '.$this->mapOptions['width'].'px; height: '.$this->mapOptions['height'].'px;position: relative; overflow: hidden; background: #FAFAFA">'; } + $output .= '
'; + $output .= '