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:
parent
df4aa282f3
commit
b9db39407d
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>';
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<h1>Source agent</h1>
|
||||
|
||||
Only agents that have uploaded their configuration to the server will be shown.
|
|
@ -0,0 +1,3 @@
|
|||
<h1>Key string</h1>
|
||||
|
||||
Optional. WMI namespace. If unsure leave blank.
|
Loading…
Reference in New Issue