mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
details - notifications: shorter link text
This commit is contained in:
parent
d6e5afa6d5
commit
499b9b149a
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Send Custom Notification'),
|
$this->translate('Send notification'),
|
||||||
$ackLink,
|
$ackLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
@ -26,7 +26,7 @@
|
|||||||
. ' object to contacts.'
|
. ' object to contacts.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
); ?>
|
) ?><br />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php
|
<?php
|
||||||
// We are not interested in notifications for OK or pending objects
|
// We are not interested in notifications for OK or pending objects
|
||||||
@ -47,7 +47,7 @@ if (! in_array((int) $object->state, array(0, 99))) {
|
|||||||
$this->timeSince($object->last_notification)
|
$this->timeSince($object->last_notification)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
echo '- ' . $msg;
|
echo $msg;
|
||||||
} else {
|
} else {
|
||||||
echo '('
|
echo '('
|
||||||
. $this->translate('No notification has been sent for this issue')
|
. $this->translate('No notification has been sent for this issue')
|
||||||
@ -56,4 +56,4 @@ if (! in_array((int) $object->state, array(0, 99))) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user