mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Monitoring: Fix permission for the 'Process check result' action
fixes #2878 (cherry picked from commit d208b48b72d6cc7ad6bbb36666bbe50dabdb4fac) Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
2745e36f45
commit
dad5911591
@ -12,7 +12,7 @@ if ($showInstance): ?>
|
||||
<th><?= $this->translate('Command') ?></th>
|
||||
<td>
|
||||
<?= $this->escape($command) ?>
|
||||
<?php if ($this->hasPermission('monitoring/command/schedule-check') && $object->passive_checks_enabled) {
|
||||
<?php if ($this->hasPermission('monitoring/command/process-check-result') && $object->passive_checks_enabled) {
|
||||
$title = sprintf(
|
||||
$this->translate('Submit a one time or so called passive result for the %s check'), $command
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user