This commit is contained in:
2019-12-27 16:59:56 +00:00
parent e6e83e2706
commit a5fc23c55d
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ SHELL / NAV / MENUS / LAYOUT
TODO: After testing on phone found following issues:
- Customize form showing form field data types with ?? as not localized
- FormFieldDataTypesDateTime
- Service menu:
- Realized Workorders quotes etc are pushed down into a sub menu only because of the templates yet they will be super commonly accessed
- Maybe put all templates in their own submenu and keep the workorders quotes etc as top level under Service

View File

@@ -76,6 +76,7 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue")
},
{ path: "/", redirect: "/login" },
{
path: "/home-schedule",
name: "home-schedule",