2010-11-19 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_generalagente.php: Fixed the shows of IP in the agent view for bug 3111807 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d0834c18bc
commit
18c362cf99
|
@ -1,3 +1,8 @@
|
|||
2010-11-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/estado_generalagente.php: Fixed the
|
||||
shows of IP in the agent view for bug 3111807
|
||||
|
||||
2010-11-19 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_extensions.php: added functions
|
||||
|
|
|
@ -81,7 +81,7 @@ echo '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&fl
|
|||
//Addresses
|
||||
echo '<tr><td class="datos2"><b>'.__('IP Address').'</b></td>';
|
||||
echo '<td class="datos2" colspan="2">';
|
||||
print_select (get_agent_addresses ($id_agente), "not_used", get_agent_address ($id_agente));
|
||||
print_select (array_unique(array_merge((array)get_agent_address ($id_agente),get_agent_addresses ($id_agente))), "not_used", get_agent_address ($id_agente));
|
||||
echo '</td></tr>';
|
||||
|
||||
//OS
|
||||
|
|
Loading…
Reference in New Issue