web/elements: fix link from notification drawer not working in user interface
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b3ba083ff0
commit
9e2492be5c
|
@ -93,7 +93,7 @@ export class NotificationDrawer extends LitElement {
|
|||
html`
|
||||
<a
|
||||
class="pf-c-dropdown__toggle pf-m-plain"
|
||||
href="#/events/log/${item.event?.pk}"
|
||||
href="/if/admin/#/events/log/${item.event?.pk}"
|
||||
>
|
||||
<i class="fas fa-share-square"></i>
|
||||
</a>
|
||||
|
|
Reference in New Issue