2014-06-06 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/agentes/estado_generalagente.php: Added the group to the agent info table. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10130 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c1eceb0f90
commit
52a52a323b
|
@ -1,3 +1,8 @@
|
|||
2014-06-06 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* operation/agentes/estado_generalagente.php: Added the
|
||||
group to the agent info table.
|
||||
|
||||
2014-06-06 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* godmode/massive/massive_copy_modules.php,
|
||||
|
|
|
@ -220,6 +220,12 @@ $table_data->style[1] = 'width: 70%;';
|
|||
$table_data->head[0] = ' <span>' . __('Agent info') . '</span>';
|
||||
$table_data->head_colspan[0] = 2;
|
||||
|
||||
$data = array();
|
||||
$data[0] = '<b>' . __('Group') . '</b>';
|
||||
$data[1] = '<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=60&group_id='.$agent["id_grupo"].'">'.groups_get_name ($agent["id_grupo"]).'</a>';
|
||||
|
||||
$table_data->data[] = $data;
|
||||
|
||||
if (!empty($addresses)) {
|
||||
$data = array();
|
||||
$data[0] = '<b>' . __('Other IP addresses') . '</b>';
|
||||
|
|
Loading…
Reference in New Issue