2014-06-05 Junichi Satoh <junichi@rworks.jp>
* godmode/modules/manage_network_components_form_common.php: Removed unnecesary variable. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10112 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1bed9af6c4
commit
43df41e70d
|
@ -1,3 +1,8 @@
|
|||
2014-06-05 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/modules/manage_network_components_form_common.php: Removed
|
||||
unnecesary variable.
|
||||
|
||||
2014-06-04 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* godmode/setup/setup_general.php: Disable the "Enable
|
||||
|
|
|
@ -136,11 +136,11 @@ $table->data[4][1] .= html_print_input_text ('ff_event', $ff_event,
|
|||
'', 5, 15, true) . '<br />';
|
||||
$table->data[4][1] .= html_print_radio_button ('each_ff', 1, '', $each_ff, true) . ' ' . __('Each state changing') . ' : ';
|
||||
$table->data[4][1] .= __('To normal');
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_normal', $ff_event_normal, '', 5, 15, true, $disabledBecauseInPolicy) . ' ';
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_normal', $ff_event_normal, '', 5, 15, true) . ' ';
|
||||
$table->data[4][1] .= __('To warning');
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_warning', $ff_event_warning, '', 5, 15, true, $disabledBecauseInPolicy) . ' ';
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_warning', $ff_event_warning, '', 5, 15, true) . ' ';
|
||||
$table->data[4][1] .= __('To critical');
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_critical', $ff_event_critical, '', 5, 15, true, $disabledBecauseInPolicy);
|
||||
$table->data[4][1] .= html_print_input_text ('ff_event_critical', $ff_event_critical, '', 5, 15, true);
|
||||
|
||||
$table->data[5][0] = __('Historical data');
|
||||
$table->data[5][1] = html_print_checkbox ("history_data", 1, $history_data, true);
|
||||
|
|
Loading…
Reference in New Issue