diff --git a/external/ring-client-api b/external/ring-client-api index 641092134..d048cdd90 160000 --- a/external/ring-client-api +++ b/external/ring-client-api @@ -1 +1 @@ -Subproject commit 6410921348d6bc8f407c5474d5c056fda4494541 +Subproject commit d048cdd90be6bd0609323867400b7e521033a686 diff --git a/external/werift b/external/werift index 308d4a931..800f4e392 160000 --- a/external/werift +++ b/external/werift @@ -1 +1 @@ -Subproject commit 308d4a93100a16173c037570cddcc51c8057582e +Subproject commit 800f4e392e7e0e1929631d0660c3fe9a63eabc37 diff --git a/plugins/core/ui/src/components/Drawer.vue b/plugins/core/ui/src/components/Drawer.vue index 027b51289..c88d89d4e 100644 --- a/plugins/core/ui/src/components/Drawer.vue +++ b/plugins/core/ui/src/components/Drawer.vue @@ -188,7 +188,7 @@ export default { id: "plugin", name: "Plugins", icon: "fa-puzzle-piece", - path: '/', + path: '/component/plugin', }, // { // id: "dashboard", diff --git a/plugins/core/ui/src/router.ts b/plugins/core/ui/src/router.ts index 5d6f6d95f..d3567ed5c 100644 --- a/plugins/core/ui/src/router.ts +++ b/plugins/core/ui/src/router.ts @@ -28,7 +28,7 @@ let router = new VueRouter({ // }, { path: "/", - component: PluginComponent + redirect: '/component/plugin', }, { path: "/component/automation",