Fix event detail link for notifications
This commit is contained in:
parent
4760e55786
commit
2c11f5307d
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue