Merge branch '2838-Vista-detalle-módulo-en-tree-view' into 'develop'

Removed text for modules with images - #2838

See merge request artica/pandorafms!1945

Former-commit-id: f9e95e0bf3262b8783c6b48927522d12d1edc2bf
This commit is contained in:
Tatiana Llorente 2019-01-08 12:18:36 +01:00
commit 669c74c3dd
1 changed files with 5 additions and 0 deletions

View File

@ -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 {