mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
598294d2a2
commit
74360ee8e6
@ -35,9 +35,15 @@ if ($object->acknowledged): ?>
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<a href="<?= $ackLink ?>" data-base-target="_self">
|
<?= $this->qlink(
|
||||||
<?= $this->icon('ok') ?> <?= $this->translate('Acknowledge') ?>
|
$this->icon('ok') . ' ' . $this->translate('Acknowledge'),
|
||||||
</a>
|
$ackLink,
|
||||||
|
null,
|
||||||
|
array('title' => $this->translate(
|
||||||
|
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||||
|
)),
|
||||||
|
false
|
||||||
|
); ?>
|
||||||
<?php } else {
|
<?php } else {
|
||||||
echo '-';
|
echo '-';
|
||||||
} // endif ?>
|
} // endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user