Removed text for modules with images - #2838

This commit is contained in:
tatiana.llorente@artica.es 2018-11-08 09:32:38 +01:00
parent 9c143d1d00
commit a144dd0cbd

View File

@ -278,6 +278,11 @@ function treeview_printModuleTable($id_module, $server_data = false, $no_head =
)); ));
$salida = ui_get_snapshot_image($link, $is_snapshot) . '  '; $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; $last_data_str .= $salida;
} }
else { else {