2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: change string for more easy understand. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1835 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
19d602054c
commit
83709381b3
|
@ -1,3 +1,8 @@
|
|||
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: change string for more easy
|
||||
understand.
|
||||
|
||||
2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/visual_console/index.php,
|
||||
|
|
|
@ -211,7 +211,7 @@ if ($id_agente) {
|
|||
echo '<li class="'.($tab == "template" ? 'nomn_high' : 'nomn').'">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=template&id_agente='.$id_agente.'">';
|
||||
print_image ("images/network.png", false, $img_style);
|
||||
echo ' '.__('Net. Templates').'</a></li>';
|
||||
echo ' '.__('Templates').'</a></li>';
|
||||
|
||||
enterprise_hook ('inventory_tab');
|
||||
|
||||
|
|
Loading…
Reference in New Issue