From f2afd654f8bf5369bf18571030ae353dc774a779 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 2 Feb 2026 16:21:31 +0100 Subject: [PATCH] Bring back reboot button in reboot required notification --- dashboard/src/views/NotificationsView.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dashboard/src/views/NotificationsView.vue b/dashboard/src/views/NotificationsView.vue index b1b8ad340..6b073e2f4 100644 --- a/dashboard/src/views/NotificationsView.vue +++ b/dashboard/src/views/NotificationsView.vue @@ -123,8 +123,11 @@ onMounted(async () => { {{ notification.title }}
{{ prettyDate(notification.creationTime) }}
- - +
+ + + +
@@ -201,10 +204,11 @@ onMounted(async () => { .read-state-button { display: none; + gap: 5px; } .notification-item:hover .read-state-button { - display: block; + display: flex; }