ui: fix busted plugins

This commit is contained in:
Koushik Dutta
2022-06-01 23:33:45 -07:00
parent 406e363257
commit b328af06ea
4 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ export default {
id: "plugin",
name: "Plugins",
icon: "fa-puzzle-piece",
path: '/',
path: '/component/plugin',
},
// {
// id: "dashboard",

View File

@@ -28,7 +28,7 @@ let router = new VueRouter({
// },
{
path: "/",
component: PluginComponent
redirect: '/component/plugin',
},
{
path: "/component/automation",