Fix event detail link for notifications

This commit is contained in:
Eric Lippmann 2019-07-26 16:53:13 +02:00
parent 4760e55786
commit 2c11f5307d
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ $rowAction = Url::fromPath('monitoring/event/show');
));
switch ($event->type) {
case substr($event->type, 0, 13) === 'notification_':
$rowAction->setParam('type', 'notify');
$icon = 'bell';
switch (substr($event->type, 13)) {
case 'state':