mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove the required cue when disabling notifications globally
refs #7934
This commit is contained in:
parent
d714c4323c
commit
ea7b77eb72
@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->setRequiredCue(null);
|
||||
$this->setSubmitLabel($this->translate('Disable Notifications'));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user