This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user