From 10746f1c81beeec8a8dab2a86d8553015f8c802d Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 7 Jul 2024 02:18:15 +0200 Subject: [PATCH] Health menu: Remove sidebar and settings entry, instead use FAB (#2652) Closes #2644. This removes the health check entry from the sidebar and the settings menu and instead uses a floating action button (FAB) to allow access to the health checks page if there are any actual issues. --------- Signed-off-by: Florian Hotze --- bundles/org.openhab.ui/web/src/components/app.vue | 4 ---- .../pages/settings/health/health-orphanlinks.vue | 2 +- .../src/pages/settings/health/health-overview.vue | 2 +- .../web/src/pages/settings/menu/settings-menu.vue | 15 ++++----------- 4 files changed, 6 insertions(+), 17 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/app.vue b/bundles/org.openhab.ui/web/src/components/app.vue index b596c3534..5d1db1d8e 100644 --- a/bundles/org.openhab.ui/web/src/components/app.vue +++ b/bundles/org.openhab.ui/web/src/components/app.vue @@ -39,10 +39,6 @@