diff --git a/modules/monitoring/application/views/scripts/partials/event-history.phtml b/modules/monitoring/application/views/scripts/partials/event-history.phtml index 3318deae3..c97b8d422 100644 --- a/modules/monitoring/application/views/scripts/partials/event-history.phtml +++ b/modules/monitoring/application/views/scripts/partials/event-history.phtml @@ -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':