mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
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) {
|
switch ($event->type) {
|
||||||
case substr($event->type, 0, 13) === 'notification_':
|
case substr($event->type, 0, 13) === 'notification_':
|
||||||
|
$rowAction->setParam('type', 'notify');
|
||||||
$icon = 'bell';
|
$icon = 'bell';
|
||||||
switch (substr($event->type, 13)) {
|
switch (substr($event->type, 13)) {
|
||||||
case 'state':
|
case 'state':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user