mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#11420 Fixed inventory
This commit is contained in:
parent
5fcb95280c
commit
73de090e60
@ -149,7 +149,11 @@ if (is_ajax() === true) {
|
|||||||
$tmp->alias .= $server['server_name'].' » ';
|
$tmp->alias .= $server['server_name'].' » ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (is_metaconsole() === true) {
|
||||||
|
$id = !empty($agent['id_agente']) ? $agent['id_agente'] : $agent['id_tagente'];
|
||||||
|
} else {
|
||||||
$id = !empty($agent['id_agente']) ? $agent['id_agente'] : $agent['id_agent'];
|
$id = !empty($agent['id_agente']) ? $agent['id_agente'] : $agent['id_agent'];
|
||||||
|
}
|
||||||
|
|
||||||
$tmp->alias .= $agent['alias'];
|
$tmp->alias .= $agent['alias'];
|
||||||
$ip = '<em>'.__('N/A').'</em>';
|
$ip = '<em>'.__('N/A').'</em>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user