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:
alexhigh 2014-06-06 11:47:33 +00:00
parent c1eceb0f90
commit 52a52a323b
2 changed files with 11 additions and 0 deletions

View File

@ -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,

View File

@ -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&amp;sec2=operation/agentes/estado_agente&amp;refr=60&amp;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>';