Merge branch 'ent-10419-15082-cabecera-vista-agentes-identificar-nombre-de-agente-y-alias' into 'develop'

Ent 10419 [#15082]Cabecera vista agentes , identificar nombre de agente y alias

See merge request artica/pandorafms!6940
This commit is contained in:
Matias Didier 2024-02-15 08:45:00 +00:00
commit 768855c1bb
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ if ($agents !== false) {
$tableAgents->head = []; $tableAgents->head = [];
$tableAgents->data = []; $tableAgents->data = [];
// Header. // Header.
$tableAgents->head[0] = '<span>'.__('Agent name').'</span>'; $tableAgents->head[0] = '<span>'.__('Agent alias').'</span>';
$tableAgents->head[0] .= ui_get_sorting_arrows($url_up_agente, $url_down_agente, $selectNameUp, $selectNameDown); $tableAgents->head[0] .= ui_get_sorting_arrows($url_up_agente, $url_down_agente, $selectNameUp, $selectNameDown);
$tableAgents->head[1] = '<span title=\''.__('Remote agent configuration').'\'>'.__('R').'</span>'; $tableAgents->head[1] = '<span title=\''.__('Remote agent configuration').'\'>'.__('R').'</span>';
$tableAgents->head[1] .= ui_get_sorting_arrows($url_up_remote, $url_down_remote, $selectRemoteUp, $selectRemoteDown); $tableAgents->head[1] .= ui_get_sorting_arrows($url_up_remote, $url_down_remote, $selectRemoteUp, $selectRemoteDown);