From ce6bfb96f1b8d854ce2f233ceb5005d748b8cdfa Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Wed, 5 Sep 2018 10:04:35 +0200 Subject: [PATCH] Minor changes --- .../include/functions_visual_map_editor.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 5b8cc1c522..57a8a7e6c8 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -698,7 +698,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { 'percentile_item', 'module_graph', 'simple_value', 'icon', 'label', 'datos', 'donut_graph'); $form_items_advance['map_linked_row']['html'] = ''. - __('Map linked') . '' . + __('Linked map') . '' . '' . html_print_select_from_sql ( 'SELECT id, name FROM tlayout @@ -730,10 +730,10 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { $form_items_advance['map_linked_weight'] = array(); $form_items_advance['map_linked_weight']['items'] = array('static_graph'); $form_items_advance['map_linked_weight']['html'] = '' - . __('Map linked weight') . '' + . __('Linked map weight') . '' . '' . html_print_input_text( - 'map_linked_weight', 80, '', 3, 3, true, false, false, "", "type_number percentage" + 'map_linked_weight', 80, '', 5, 5, true, false, false, "", "type_number percentage" ) . '%' . ui_print_help_icon("linked_map_weight", true) @@ -745,7 +745,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { . __('Critical weight') . '' . '' . html_print_input_text( - 'linked_map_status_service_critical', 80, '', 3, 3, true, false, false, "", "type_number percentage" + 'linked_map_status_service_critical', 80, '', 5, 5, true, false, false, "", "type_number percentage" ) . '%' . ''; @@ -756,7 +756,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { . __('Warning weight') . '' . '' . html_print_input_text( - 'linked_map_status_service_warning', 50, '', 3, 3, true, false, false, "", "type_number percentage" + 'linked_map_status_service_warning', 50, '', 5, 5, true, false, false, "", "type_number percentage" ) . '%' . '';