diff --git a/Makefile b/Makefile index b2792c949..60f9ef558 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ migrate: run: go run -v cmd/server/main.go +web-watch: + cd web && npm run watch + web: web-lint-fix web-lint web-extract web-lint-fix: diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 1955a4eaf..175a5ae44 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -95,7 +95,7 @@ export class NotificationDrawer extends LitElement { class="pf-c-dropdown__toggle pf-m-plain" href="#/events/log/${item.event?.pk}" > - + `}