mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
monitoring: Fix permission description for 'monitoring/command/schedule'
This commit is contained in:
parent
13c2a3a967
commit
9c47b2d949
@ -10,7 +10,7 @@ $this->providePermission(
|
|||||||
);
|
);
|
||||||
$this->providePermission(
|
$this->providePermission(
|
||||||
'monitoring/command/schedule*',
|
'monitoring/command/schedule*',
|
||||||
$this->translate('Allow all scheduling checks and downtimes')
|
$this->translate('Allow scheduling checks and downtimes')
|
||||||
);
|
);
|
||||||
$this->providePermission(
|
$this->providePermission(
|
||||||
'monitoring/command/schedule-check',
|
'monitoring/command/schedule-check',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user