mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-13 17:45:36 +00:00
feat: Mega entity improvements - entity directories, inehrit entities (#450), ordering (#762 / #703), better entity view
This commit is contained in:
@@ -13,7 +13,7 @@ const routes = [
|
||||
meta: { title: 'Actions', icon: DashboardSquare01Icon }
|
||||
},
|
||||
{
|
||||
path: '/dashboards/:title',
|
||||
path: '/dashboards/:title/:entityType?/:entityKey?',
|
||||
name: 'Dashboard',
|
||||
component: () => import('./Dashboard.vue'),
|
||||
props: true,
|
||||
|
||||
Reference in New Issue
Block a user