mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch '724-SNMP-Console--En-el-campo-Agente-mete-el-Agent-name-en-lugar-del-Alias-dev' into 'develop'
Changed agent name by agent alias See merge request !375
This commit is contained in:
commit
28eaae4601
@ -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["alias"].ui_print_help_tip($trap['source'], true);'</strong></a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
//OID
|
//OID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user