From ff034d5ed2d3f62689b8555cafe9c4c353b9c4d6 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Wed, 21 Feb 2024 03:49:07 +1000 Subject: [PATCH] Update links to the add-ons store (#2380) Signed-off-by: Jimmy Tanagra --- .../web/src/assets/definitions/help/help-qstart-defs.json | 4 ++-- bundles/org.openhab.ui/web/src/components/app.vue | 2 +- .../web/src/pages/settings/things/add/choose-binding.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/help/help-qstart-defs.json b/bundles/org.openhab.ui/web/src/assets/definitions/help/help-qstart-defs.json index dc1eaea9f..20a0d1e13 100644 --- a/bundles/org.openhab.ui/web/src/assets/definitions/help/help-qstart-defs.json +++ b/bundles/org.openhab.ui/web/src/assets/definitions/help/help-qstart-defs.json @@ -4,8 +4,8 @@ "title": "1. Install a Binding (Add-on)", "steps": [ { - "link": "/settings/addons", - "title": "Addon-Store", + "link": "/addons/", + "title": "Add-on Store", "text": "Left panel > Settings > Add-on Store or click here arrow_right" }, { diff --git a/bundles/org.openhab.ui/web/src/components/app.vue b/bundles/org.openhab.ui/web/src/components/app.vue index 193aa9c95..f99a9ecb2 100644 --- a/bundles/org.openhab.ui/web/src/components/app.vue +++ b/bundles/org.openhab.ui/web/src/components/app.vue @@ -679,7 +679,7 @@ export default { this.$f7.on('pageBeforeIn', (page) => { if (page.route && page.route.url) { - this.showSettingsSubmenu = page.route.url.indexOf('/settings/') === 0 || page.route.url.indexOf('/settings/addons/') === 0 + this.showSettingsSubmenu = page.route.url.indexOf('/settings/') === 0 this.showDeveloperSubmenu = page.route.url.indexOf('/developer/') === 0 this.currentUrl = page.route.url this.$store.commit('setPagePath', this.currentUrl) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-binding.vue b/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-binding.vue index 1e00d834c..7499d6306 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-binding.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-binding.vue @@ -47,11 +47,11 @@ - + - + Install Bindings