mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Added new help tip icon to snmp console
This commit is contained in:
parent
93f6ad2e8d
commit
dd5087cb53
BIN
pandora_console/images/tip_grey.png
Normal file
BIN
pandora_console/images/tip_grey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 B |
@ -678,7 +678,7 @@ if ($traps !== false) {
|
||||
continue;
|
||||
}
|
||||
$data[1] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$agent["id_agente"].'" title="'.__('View agent details').'">';
|
||||
$data[1] .= '<strong>'.$agent["nombre"].ui_print_help_tip($trap['source'], true);'</strong></a>';
|
||||
$data[1] .= '<strong>'.$agent["nombre"].ui_print_help_tip($trap['source'], true, "images/tip_grey.png");'</strong></a>';
|
||||
}
|
||||
|
||||
//OID
|
||||
|
Loading…
x
Reference in New Issue
Block a user