From a144dd0cbd4e3d26a6918966c747833c2d88fb9b Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Thu, 8 Nov 2018 09:32:38 +0100 Subject: [PATCH] Removed text for modules with images - #2838 --- pandora_console/include/functions_treeview.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php index 1fd26770c5..58daf2a2df 100755 --- a/pandora_console/include/functions_treeview.php +++ b/pandora_console/include/functions_treeview.php @@ -278,6 +278,11 @@ function treeview_printModuleTable($id_module, $server_data = false, $no_head = )); $salida = ui_get_snapshot_image($link, $is_snapshot) . '  '; } + + if($salida !== NULL){ + $last_data_str = html_print_image('images/clock2.png', true, array('title' => $last_data["timestamp"], 'width' => '18px')); + } + $last_data_str .= $salida; } else {