mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Fixed the help tip for quiet mode.
(cherry picked from commit acfd3c61d345918762d14e8ea7e94eaae31bf424)
This commit is contained in:
parent
156fb386ee
commit
913b125855
@ -476,7 +476,7 @@ $table->data[1][1] = html_print_select_groups(false, "AW", true, 'id_group', $id
|
||||
$table->data[2][0] = __('Description');
|
||||
$table->data[2][1] = html_print_textarea ('description', 3, 35, $description, '', true);
|
||||
|
||||
$table->data[3][0] = __('Type').ui_print_help_tip(__("Quiet: Disable modules that we indicate below.").'<br>'.
|
||||
$table->data[3][0] = __('Type').ui_print_help_tip(__("Quiet: Modules will not generate events or fire alerts.").'<br>'.
|
||||
__("Disable Agents: Disables the selected agents.").'<br>'.
|
||||
__("Disable Alerts: Disable alerts for the selected agents."), true);
|
||||
$table->data[3][1] = html_print_select(array('quiet' => __('Quiet'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user