mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added icon to realtime SNMP graph
This commit is contained in:
parent
bd3f0712f1
commit
0f4daee237
pandora_console
BIN
pandora_console/images/realtime_shortcut.png
Normal file
BIN
pandora_console/images/realtime_shortcut.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 527 B |
@ -2726,7 +2726,7 @@ function get_module_realtime_link_graph ($module) {
|
||||
$win_handle = "realtime_" . dechex(crc32($module["id_agente_modulo"].$module["nombre"]));
|
||||
|
||||
$link_button = '<a href="javascript:winopeng_var(\''.$link.'\',\''.$win_handle.'\', 850, 480)">' .
|
||||
html_print_image("images/chart_curve.png", true, array("border" => '0', "alt" => "")) . //FIXME: Not definitive image
|
||||
html_print_image("images/realtime_shortcut.png", true, array("border" => '0', "alt" => "")) .
|
||||
'</a> ';
|
||||
|
||||
return $link_button;
|
||||
|
Loading…
x
Reference in New Issue
Block a user