diff --git a/pandora_console/include/javascript/map/MapController.js b/pandora_console/include/javascript/map/MapController.js index 7f41d90f1e..af260de07d 100644 --- a/pandora_console/include/javascript/map/MapController.js +++ b/pandora_console/include/javascript/map/MapController.js @@ -2114,7 +2114,7 @@ MapController.prototype.events = function() { } }); - //~ setTimeout(function() { self.refresh_map();}, self._refresh_time); + setTimeout(function() { self.refresh_map();}, self._refresh_time); } /** diff --git a/pandora_console/operation/maps/networkmap_editor.php b/pandora_console/operation/maps/networkmap_editor.php index 179fa88b13..e98006bda7 100644 --- a/pandora_console/operation/maps/networkmap_editor.php +++ b/pandora_console/operation/maps/networkmap_editor.php @@ -393,11 +393,11 @@ else { '', '', 'twopi', true, false, true, '', $disabled_select_generation); - $table->data['size'][0] = __('Size of networkmap (Width x Height)'); - $table->data['size'][1] = html_print_input_text ('width', $width, '', 4, - 10,true) . " x "; - $table->data['size'][1] .= html_print_input_text ('height', $height, '', - 4, 10,true); + //~ $table->data['size'][0] = __('Size of networkmap (Width x Height)'); + //~ $table->data['size'][1] = html_print_input_text ('width', $width, '', 4, + //~ 10,true) . " x "; + //~ $table->data['size'][1] .= html_print_input_text ('height', $height, '', + //~ 4, 10,true); $table->data[7][0] = __('Refresh time'); $table->data[7][1] = html_print_input_text ('source_period',