Added new help tip icon to snmp console
This commit is contained in:
parent
93f6ad2e8d
commit
dd5087cb53
Binary file not shown.
After Width: | Height: | Size: 284 B |
|
@ -678,7 +678,7 @@ if ($traps !== false) {
|
||||||
continue;
|
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] = '<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
|
//OID
|
||||||
|
|
Loading…
Reference in New Issue