mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Show alias instead of name - #4389
This commit is contained in:
parent
57fcfee36c
commit
8bfde74a06
@ -1317,7 +1317,7 @@ $class = 'databox filters';
|
|||||||
|
|
||||||
if (metaconsole_load_external_db($connection) == NOERR) {
|
if (metaconsole_load_external_db($connection) == NOERR) {
|
||||||
$agent_name = db_get_value_filter(
|
$agent_name = db_get_value_filter(
|
||||||
'nombre',
|
'alias',
|
||||||
'tagente',
|
'tagente',
|
||||||
['id_agente' => $idAgent]
|
['id_agente' => $idAgent]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user