refactor(editor): Remove old execution view route and its dependants (#4651)

* fix(editor): Remove old execution view header

* fix(editor): Remove old execution route
This commit is contained in:
Csaba Tuncsik
2023-01-16 10:11:15 +01:00
committed by GitHub
parent 38aa99b182
commit c53ce1e5b7
8 changed files with 5 additions and 196 deletions

View File

@@ -112,23 +112,6 @@ const router = new Router({
},
},
},
{
path: '/execution/:id',
name: VIEWS.EXECUTION,
components: {
default: NodeView,
header: MainHeader,
sidebar: MainSidebar,
},
meta: {
nodeView: true,
permissions: {
allow: {
loginStatus: [LOGIN_STATUS.LoggedIn],
},
},
},
},
{
path: '/templates/:id',
name: VIEWS.TEMPLATE,