diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index 183cd27d..681d68af 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -1,10 +1,25 @@ import authorizationroles from "./authorizationroles"; const role = authorizationroles.AUTHORIZATION_ROLES; /* - + WorkOrderOverdueAllList */ export default { registry: [ + { + roles: [role.Tech, role.TechRestricted], + title: "DashboardOverdueAll", + icon: "$ayiListAlt", + type: "GzDashWorkorderOverdueAllList", + scheduleableUserOnly: false, + singleOnly: false, + settings: { + customTitle: null, + wotags: [], + woitemtags: [], + techtags: [], + userid: null + } + }, { roles: [role.Tech, role.TechRestricted], title: "DashboardOverdue", diff --git a/ayanova/src/components/dash-workorder-overdue-all-list.vue b/ayanova/src/components/dash-workorder-overdue-all-list.vue new file mode 100644 index 00000000..27279274 --- /dev/null +++ b/ayanova/src/components/dash-workorder-overdue-all-list.vue @@ -0,0 +1,184 @@ + +