From b3074f7159af1b39ff6d938eb42a696b7cec4aee Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 19 Oct 2020 22:26:01 +0000 Subject: [PATCH] --- ayanova/src/router.js | 16 ++--- ayanova/src/views/acc-accounting.vue | 2 +- ayanova/src/views/ay-review.vue | 2 +- ayanova/src/views/cust-customers.vue | 2 +- ayanova/src/views/cust-headoffices.vue | 2 +- ayanova/src/views/customer-csr-list.vue | 2 +- ayanova/src/views/customer-workorders.vue | 2 +- ayanova/src/views/home-dashboard.vue | 2 +- ayanova/src/views/home-memos.vue | 2 +- ayanova/src/views/home-reminders.vue | 2 +- ayanova/src/views/home-schedule.vue | 2 +- ayanova/src/views/home-translation.vue | 21 ------ ayanova/src/views/inv-adjustments.vue | 2 +- ayanova/src/views/inv-part-inventory.vue | 2 +- ayanova/src/views/inv-part-requests.vue | 2 +- ayanova/src/views/inv-parts.vue | 2 +- .../src/views/inv-purchase-order-receipts.vue | 2 +- ayanova/src/views/inv-purchase-orders.vue | 2 +- ayanova/src/views/svc-contracts.vue | 2 +- ayanova/src/views/svc-csr-list.vue | 2 +- ayanova/src/views/svc-loaners.vue | 2 +- ayanova/src/views/svc-pm-list.vue | 2 +- ayanova/src/views/svc-pm-templates.vue | 2 +- ayanova/src/views/svc-quote-templates.vue | 2 +- ayanova/src/views/svc-quotes.vue | 2 +- ayanova/src/views/svc-schedule.vue | 2 +- ayanova/src/views/svc-unit-models.vue | 2 +- ayanova/src/views/svc-units.vue | 2 +- ayanova/src/views/svc-workorder-templates.vue | 2 +- ayanova/src/views/svc-workorders.vue | 2 +- ayanova/src/views/vendors.vue | 2 +- ayanova/tests/e2e/specs/smoke.js | 65 ++++++++++++++++++- 32 files changed, 100 insertions(+), 60 deletions(-) delete mode 100644 ayanova/src/views/home-translation.vue diff --git a/ayanova/src/router.js b/ayanova/src/router.js index bfc6b7de..bb4b889d 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -127,14 +127,14 @@ export default new Router({ /* webpackChunkName: "ay-common" */ "./views/home-user-settings.vue" ) }, - { - path: "/home-translation", - name: "home-translation", - component: () => - import( - /* webpackChunkName: "ay-common" */ "./views/home-translation.vue" - ) - }, + // { + // path: "/home-translation", + // name: "home-translation", + // component: () => + // import( + // /* webpackChunkName: "ay-common" */ "./views/home-translation.vue" + // ) + // }, { path: "/home-password", name: "home-password", diff --git a/ayanova/src/views/acc-accounting.vue b/ayanova/src/views/acc-accounting.vue index 6afeaf5a..8f6bb891 100644 --- a/ayanova/src/views/acc-accounting.vue +++ b/ayanova/src/views/acc-accounting.vue @@ -1,5 +1,5 @@ diff --git a/ayanova/src/views/inv-adjustments.vue b/ayanova/src/views/inv-adjustments.vue index df30bd75..bb25bc18 100644 --- a/ayanova/src/views/inv-adjustments.vue +++ b/ayanova/src/views/inv-adjustments.vue @@ -1,5 +1,5 @@