notifications(view): Fix the wrong url for the service row

fixes #9597
This commit is contained in:
Alexander Fuhr 2015-08-18 16:06:57 +02:00
parent 4848e36f1a
commit 038fa29da8
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ if (! $this->compact): ?>
$notification->service_description,
$notification->service_display_name,
$notification->host_name,
$notification->host_display_name
$notification->host_display_name,
'rowaction'
) ?>
<?php else: ?>
<?= $this->icon('host', $this->translate('Host')); ?>