Added hint to Realtime SNMP graph

This commit is contained in:
fermin831 2018-05-07 13:30:09 +02:00
parent fd91ba63f6
commit 6297b20bf6
1 changed files with 5 additions and 1 deletions

View File

@ -2733,7 +2733,11 @@ 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/realtime_shortcut.png", true, array("border" => '0', "alt" => "")) . html_print_image(
"images/realtime_shortcut.png",
true,
array("border" => '0', "alt" => "", 'title' => __('Realtime SNMP graph'))
) .
'</a>'; '</a>';
return $link_button; return $link_button;