mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Removed text for modules with images - #2838
This commit is contained in:
parent
9c143d1d00
commit
a144dd0cbd
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user