From 30df665aeefa2f0faf02e40812c1babdd9ec052d Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 2 Dec 2013 08:07:40 +0000 Subject: [PATCH] 2013-12-01 Miguel de Dios * include/functions_visual_map.php: fixed the old visual maps from pandora4, now it is showed the values in the simple value. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9150 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_visual_map.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 09819f1082..aac663f33a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-12-01 Miguel de Dios + + * include/functions_visual_map.php: fixed the old visual maps from + pandora4, now it is showed the values in the simple value. + 2013-12-01 Junichi Satoh * include/functions_modules.php: Corrected agent counting by module diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 52abd9c94d..ffc2cf6c64 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -1516,7 +1516,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line if (strstr($label_simple_value, '(_VALUE_)') === false) { //OLD MODE - $label_simple_value .= ''; + $label_simple_value .= $value . ''; } else { //NEW MODE WITH MACRO (_VALUE_)