Added icon to realtime SNMP graph

This commit is contained in:
fermin831 2018-05-04 13:18:33 +02:00
parent bd3f0712f1
commit 0f4daee237
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View File

@ -2726,7 +2726,7 @@ function get_module_realtime_link_graph ($module) {
$win_handle = "realtime_" . dechex(crc32($module["id_agente_modulo"].$module["nombre"])); $win_handle = "realtime_" . dechex(crc32($module["id_agente_modulo"].$module["nombre"]));
$link_button = '<a href="javascript:winopeng_var(\''.$link.'\',\''.$win_handle.'\', 850, 480)">' . $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> &nbsp;&nbsp;'; '</a> &nbsp;&nbsp;';
return $link_button; return $link_button;