diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml index 13736b9f3..939d46eba 100644 --- a/modules/monitoring/application/views/scripts/list/notifications.phtml +++ b/modules/monitoring/application/views/scripts/list/notifications.phtml @@ -5,85 +5,75 @@ use Icinga\Module\Monitoring\Object\Service; ?> -compact): ?> +compact): ?>
- = $this->dateTimeRenderer($notification->notification_start_time)->render(
- $this->translate('on %s', 'datetime'),
- $this->translate('at %s', 'time'),
- $this->translate('%s ago', 'timespan')
- );
+
| |
+ = $this->dateTimeRenderer($notification->notification_start_time)->render( + $this->translate('on %s', 'datetime'), + $this->translate('at %s', 'time'), + $this->translate('%s ago', 'timespan') + ) ?> + | +
+
+ = sprintf(
+ $this->translate('%s on %s'),
+ $this->qlink($notification->service, $href), $notification->host
+ ) ?>
+
+ = $this->qlink($notification->host, $href) ?>
+
+ + = $this->escape(substr(strip_tags($notification->notification_output), 0, 10000)); ?> + + contact): ?> + + = sprintf( + $this->translate('Sent to %s'), + $this->qlink( + $notification->notification_contact, + 'monitoring/show/contact', + array('contact' => $notification->notification_contact) + ) + ) ?> + + + |
+