mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#10419 changed name column in list agent
This commit is contained in:
parent
8d3a7e6a7f
commit
bb93542257
@ -697,7 +697,7 @@ if ($agents !== false) {
|
||||
$tableAgents->head = [];
|
||||
$tableAgents->data = [];
|
||||
// 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[1] = '<span title=\''.__('Remote agent configuration').'\'>'.__('R').'</span>';
|
||||
$tableAgents->head[1] .= ui_get_sorting_arrows($url_up_remote, $url_down_remote, $selectRemoteUp, $selectRemoteDown);
|
||||
|
Loading…
x
Reference in New Issue
Block a user