mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
2142bb59d1
commit
e19a6ace75
@ -207,10 +207,10 @@
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a
|
<a rel="tooltip" title="Disable notifications for a specific time on a program-wide basis"
|
||||||
href="<?= $this->href('monitoring/command/disablenotificationswithexpire'); ?>"
|
href="<?= $this->href('monitoring/command/disablenotificationswithexpire'); ?>"
|
||||||
class="button btn-cta btn-full-width">
|
class="button btn-cta btn-full-width">
|
||||||
Dislable notification with expire
|
Disable notification with expire
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<a href="<?= $addCommentHref; ?>" class="btn-common btn-small button">
|
<a rel="tooltip" title="Add a comment" href="<?= $addCommentHref; ?>" class="btn-common btn-small button">
|
||||||
<i class="icinga-icon-comment"></i>
|
<i class="icinga-icon-comment"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="<?= $sendNotificationHref; ?>" class="btn-common btn-small button">
|
<a rel="tooltip" title="Send custom notification" href="<?= $sendNotificationHref; ?>" class="btn-common btn-small button">
|
||||||
<i class="icinga-icon-notification"></i>
|
<i class="icinga-icon-notification"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<a href="<?=
|
<a rel="tooltip" title="Acknowledge Problems" href="<?=
|
||||||
$this->href(
|
$this->href(
|
||||||
'monitoring/command/acknowledgeproblem',
|
'monitoring/command/acknowledgeproblem',
|
||||||
array(
|
array(
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<?= $this->dateFormat()->formatDateTime($object->next_check); ?>
|
<?= $this->dateFormat()->formatDateTime($object->next_check); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-button">
|
<div class="panel-button">
|
||||||
<a href="<?=
|
<a rel="tooltip" title="Reschedule the next check" href="<?=
|
||||||
$this->href(
|
$this->href(
|
||||||
'monitoring/command/reschedulenextcheck',
|
'monitoring/command/reschedulenextcheck',
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user