From 2b4a354a8c2b55a18452249b7e6fa5b655bdf701 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 9 Jul 2025 13:52:30 +0200 Subject: [PATCH] Platform status is not actionable --- dashboard/src/components/Headerbar.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue index a3346a4b5..2cd7312e8 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -147,7 +147,7 @@ onUnmounted(() => {
-
+
{{ platformStatus.message }}
@@ -170,6 +170,13 @@ onUnmounted(() => { gap: 15px; } +.headerbar-info { + display: flex; + align-items: center; + color: var(--pankow-text-color); + padding: 4px 15px; +} + .headerbar-action { display: flex; align-items: center;