minor fix
This commit is contained in:
parent
e8f7246e54
commit
40b8bcf0eb
|
@ -1124,7 +1124,6 @@ $table->data[6][1] = html_print_select(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_metaconsole() === false) {
|
|
||||||
$table->data[7][0] = __('Safe operation mode').': '.ui_print_help_tip(
|
$table->data[7][0] = __('Safe operation mode').': '.ui_print_help_tip(
|
||||||
__(
|
__(
|
||||||
'This mode allow %s to disable all modules of this agent while the selected module is on CRITICAL status',
|
'This mode allow %s to disable all modules of this agent while the selected module is on CRITICAL status',
|
||||||
|
@ -1144,6 +1143,7 @@ if (is_metaconsole() === false) {
|
||||||
-1,
|
-1,
|
||||||
true
|
true
|
||||||
).' ';
|
).' ';
|
||||||
|
|
||||||
$table->data[7][1] .= __('Module').' ';
|
$table->data[7][1] .= __('Module').' ';
|
||||||
$table->data[7][1] .= html_print_select(
|
$table->data[7][1] .= html_print_select(
|
||||||
'',
|
'',
|
||||||
|
@ -1154,7 +1154,6 @@ if (is_metaconsole() === false) {
|
||||||
-1,
|
-1,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
ui_toggle(html_print_table($table, true), __('Advanced options'));
|
ui_toggle(html_print_table($table, true), __('Advanced options'));
|
||||||
unset($table);
|
unset($table);
|
||||||
|
|
Loading…
Reference in New Issue