From 32688a562e809aad878923750506fb6747c89fb3 Mon Sep 17 00:00:00 2001 From: Arne Seime Date: Sat, 29 Jun 2024 16:13:00 +0200 Subject: [PATCH] Add UI for health checks (broken links) (#2420) Refs on https://github.com/openhab/openhab-core/pull/4115. This is the starting point for a UI that shows issues with the users installation, the first function is broken links. --------- Also-by: Florian Hotze Signed-off-by: Arne Seime --- .../org.openhab.ui/web/src/components/app.vue | 4 + bundles/org.openhab.ui/web/src/js/routes.js | 32 ++++- .../settings/health/health-orphanlinks.vue | 112 ++++++++++++++++++ .../pages/settings/health/health-overview.vue | 77 ++++++++++++ .../src/pages/settings/menu/settings-menu.vue | 14 +++ 5 files changed, 234 insertions(+), 5 deletions(-) create mode 100644 bundles/org.openhab.ui/web/src/pages/settings/health/health-orphanlinks.vue create mode 100644 bundles/org.openhab.ui/web/src/pages/settings/health/health-overview.vue diff --git a/bundles/org.openhab.ui/web/src/components/app.vue b/bundles/org.openhab.ui/web/src/components/app.vue index 5d1db1d8e..b596c3534 100644 --- a/bundles/org.openhab.ui/web/src/components/app.vue +++ b/bundles/org.openhab.ui/web/src/components/app.vue @@ -39,6 +39,10 @@