2013-09-02 Miguel de Dios <miguel.dedios@artica.es>

* godmode/massive/massive_edit_modules.php: added field "ip_target"
	for to massive edit module.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8727 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-09-02 14:02:37 +00:00
parent 041ab06cdc
commit b2f6506f8b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-09-02 Miguel de Dios <miguel.dedios@artica.es>
* godmode/massive/massive_edit_modules.php: added field "ip_target"
for to massive edit module.
2013-08-30 Miguel de Dios <miguel.dedios@artica.es> 2013-08-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/servers/servers.build_table.php: fixed the tooltip for * godmode/servers/servers.build_table.php: fixed the tooltip for

View File

@ -366,8 +366,8 @@ $table->data['edit3'][0] = __('Post process').ui_print_help_icon ('postprocess',
$table->data['edit3'][1] = html_print_input_text ('post_process', '', '', 10, 15, true); $table->data['edit3'][1] = html_print_input_text ('post_process', '', '', 10, 15, true);
$table->data['edit3'][2] = __('SMNP community'); $table->data['edit3'][2] = __('SMNP community');
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '', '', 10, 15, true); $table->data['edit3'][3] = html_print_input_text ('snmp_community', '', '', 10, 15, true);
$table->data['edit35'][0] = ''; $table->data['edit35'][0] = __('Target IP');
$table->data['edit35'][1] = ''; $table->data['edit35'][1] = html_print_input_text ('ip_target', '', '', 15, 60, true);
$table->data['edit35'][2] = __('SNMP version'); $table->data['edit35'][2] = __('SNMP version');
$table->data['edit35'][3] = html_print_select ($snmp_versions, 'tcp_send', '', '', __('No change'), '', true, false, false, ''); $table->data['edit35'][3] = html_print_select ($snmp_versions, 'tcp_send', '', '', __('No change'), '', true, false, false, '');
$table->data['edit36'][0] = __('Auth user'); $table->data['edit36'][0] = __('Auth user');
@ -814,7 +814,7 @@ function process_manage_edit ($module_name, $agents_select = null) {
'id_export', 'history_data', 'critical_inverse', 'id_export', 'history_data', 'critical_inverse',
'warning_inverse', 'critical_instructions', 'warning_inverse', 'critical_instructions',
'warning_instructions', 'unknown_instructions', 'policy_linked', 'warning_instructions', 'unknown_instructions', 'policy_linked',
'id_category', 'disabled_types_event'); 'id_category', 'disabled_types_event', 'ip_target');
$values = array (); $values = array ();
// Specific snmp reused fields // Specific snmp reused fields