mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '804-change-tip-icon-in-trap-editor-6.0' into 'pandora_6.0'
Changed help tip icon in snmp console See merge request !444
This commit is contained in:
commit
0d5f73f05b
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 |
@ -589,7 +589,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