mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
ui: fix busted plugins
This commit is contained in:
2
external/ring-client-api
vendored
2
external/ring-client-api
vendored
Submodule external/ring-client-api updated: 6410921348...d048cdd90b
2
external/werift
vendored
2
external/werift
vendored
Submodule external/werift updated: 308d4a9310...800f4e392e
@@ -188,7 +188,7 @@ export default {
|
||||
id: "plugin",
|
||||
name: "Plugins",
|
||||
icon: "fa-puzzle-piece",
|
||||
path: '/',
|
||||
path: '/component/plugin',
|
||||
},
|
||||
// {
|
||||
// id: "dashboard",
|
||||
|
||||
@@ -28,7 +28,7 @@ let router = new VueRouter({
|
||||
// },
|
||||
{
|
||||
path: "/",
|
||||
component: PluginComponent
|
||||
redirect: '/component/plugin',
|
||||
},
|
||||
{
|
||||
path: "/component/automation",
|
||||
|
||||
Reference in New Issue
Block a user