Added icon to realtime SNMP graph
This commit is contained in:
parent
bd3f0712f1
commit
0f4daee237
Binary file not shown.
After Width: | Height: | 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…
Reference in New Issue