parent
2142bb59d1
commit
e19a6ace75
|
@ -207,10 +207,10 @@
|
|||
|
||||
<br />
|
||||
|
||||
<a
|
||||
<a rel="tooltip" title="Disable notifications for a specific time on a program-wide basis"
|
||||
href="<?= $this->href('monitoring/command/disablenotificationswithexpire'); ?>"
|
||||
class="button btn-cta btn-full-width">
|
||||
Dislable notification with expire
|
||||
Disable notification with expire
|
||||
</a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
);
|
||||
?>
|
||||
<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>
|
||||
</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>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
)
|
||||
) ?>
|
||||
<?php else: ?>
|
||||
<a href="<?=
|
||||
<a rel="tooltip" title="Acknowledge Problems" href="<?=
|
||||
$this->href(
|
||||
'monitoring/command/acknowledgeproblem',
|
||||
array(
|
||||
|
@ -157,7 +157,7 @@
|
|||
<?= $this->dateFormat()->formatDateTime($object->next_check); ?>
|
||||
</div>
|
||||
<div class="panel-button">
|
||||
<a href="<?=
|
||||
<a rel="tooltip" title="Reschedule the next check" href="<?=
|
||||
$this->href(
|
||||
'monitoring/command/reschedulenextcheck',
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue