From 6be8bd84009a0ea5202e0a46d240ec679ddada0d Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 18 Sep 2015 14:58:01 +0200 Subject: [PATCH] changes reverted, it overlap the other widgets Revert "dashboard image position correction" This reverts commit c22687441066d5d89a4c36283af1d0fab30bd8cc. --- pandora_console/include/functions_visual_map.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index d5edc7d0ad..5189f2aead 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -1237,7 +1237,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, else echo '
'; - echo "
"; /*style='width:150px'*/ + echo "
"; if ($show_links) { if ((!empty($layout_data['id_agent']) && empty($layout_data['id_layout_linked'])) @@ -1408,7 +1408,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, // Print label if valid label_color (only testing for starting with #) otherwise print nothing if ($layout_data['label_color'][0] == '#') { - /*echo "
";*/ + echo "
"; echo io_safe_output($layout_data['label']); } echo "
";