mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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"]));
|
||||
|
||||
$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>';
|
||||
|
||||
return $link_button;
|
||||
|
Loading…
x
Reference in New Issue
Block a user