2008-09-25 Ramon Novoa <rnovoa@artica.es>

* include/help/en/help_duplicateconfig.php,
          include/help/en/help_wminamespace.php: Added to repository. Help
          files.

        * godmode/agentes/module_manager_editor_wmi.php,
          godmode/agentes/manage_config_remote.php: Added help.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2008-09-25 14:26:36 +00:00
parent df4aa282f3
commit b9db39407d
5 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2008-09-25 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_duplicateconfig.php,
include/help/en/help_wminamespace.php: Added to repository. Help
files.
* godmode/agentes/module_manager_editor_wmi.php,
godmode/agentes/manage_config_remote.php: Added help.
2008-09-25 Sancho Lerena <slerena@artica.es>
* events.php: Forced a shorten agent name to avoid layout problems.

View File

@ -96,7 +96,9 @@ if ((isset($_GET["operacion"])) AND ($update_agent == -1) AND ($update_group ==
echo '<br><br>';
// Source agent
echo '<b>'. __('Source agent').'</b><br><br>';
echo '<b>'. __('Source agent').'</b>';
pandora_help ('duplicateconfig');
echo '<br><br>';
// Show combo with SOURCE agents
if ($id_group > 1)

View File

@ -135,7 +135,9 @@ echo '</tr>';
echo '<tr>';
echo '<td class="datos">'.__('Target IP')."</td>";
echo '<td class="datos"><input type="text" name="form_ip_target" size="20" value="'.$form_ip_target.'"></td>';
echo '<td class="datos">'.__('Namespace')."</td>";
echo '<td class="datos">'.__('Namespace');
pandora_help("wminamespace");
echo "</td>";
echo '<td class="datos"><input type="text" name="form_tcp_send" size="10" value="'.$form_tcp_send.'"></td>';
echo '</tr>';

View File

@ -0,0 +1,3 @@
<h1>Source agent</h1>
Only agents that have uploaded their configuration to the server will be shown.

View File

@ -0,0 +1,3 @@
<h1>Key string</h1>
Optional. WMI namespace. If unsure leave blank.