From d8285c0ca227781be805a1a4f102d1ac09e92c16 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 13 Dec 2018 16:49:31 +0100 Subject: [PATCH 1/2] Added a pending translation Former-commit-id: 6272217de4eb47fe70eac214bf50b34da6aa20bb --- pandora_console/include/functions_visual_map_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 72b32e26e4..4b835d65fc 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -612,7 +612,7 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) { ""; // Color ranges - $color_range_tip = __("TODO"); + $color_range_tip = __("The color of the element will be the one selected in the first range created in which the value of the module is found (with the initial and final values of the range included)") . "."; $form_items["color_cloud_color_ranges_row"] = array(); $form_items["color_cloud_color_ranges_row"]["items"] = array("color_cloud"); $form_items["color_cloud_color_ranges_row"]["html"] = From d76612b24762dc0f48ec480e168e8039b3cbd2ae Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 13 Dec 2018 17:11:38 +0100 Subject: [PATCH 2/2] Minor fix Former-commit-id: 80d3a5ae66a68ea249d4afe571862b01bc71db78 --- .../godmode/reporting/visual_console_builder.editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.js b/pandora_console/godmode/reporting/visual_console_builder.editor.js index 426b0f5e49..3787cd8ef5 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.editor.js +++ b/pandora_console/godmode/reporting/visual_console_builder.editor.js @@ -3681,7 +3681,7 @@ function createItem(type, values, id_data) { var diameter = values["diameter"] || values["width"] || 100; item = $('
' + - '
' + + '' + '
' ); setColorCloud(id_visual_console, id_data, item);