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:
Jens Langhammer 2021-12-22 10:49:10 +01:00
parent b3ba083ff0
commit 9e2492be5c
1 changed files with 1 additions and 1 deletions

View File

@ -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>