mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
Remove the required cue when disabling notifications globally
refs #7934
This commit is contained in:
parent
d714c4323c
commit
ea7b77eb72
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class DisableNotificationsExpireCommandForm extends CommandForm
|
|||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->setRequiredCue(null);
|
||||
$this->setSubmitLabel($this->translate('Disable Notifications'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue