Added hint to Realtime SNMP graph
This commit is contained in:
parent
fd91ba63f6
commit
6297b20bf6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue