From aa3f111179183cded3fb18b5fa4fcc3aafed0f76 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Mar 2022 17:38:15 +0000 Subject: [PATCH] --- ...h-test-line-widget-monthly-total-price.vue | 68 -------------- .../dash-test-list-widgets-priciest.vue | 91 ------------------- ayanova/src/views/home-dashboard.vue | 5 - 3 files changed, 164 deletions(-) delete mode 100644 ayanova/src/components/dash-test-line-widget-monthly-total-price.vue delete mode 100644 ayanova/src/components/dash-test-list-widgets-priciest.vue diff --git a/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue b/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue deleted file mode 100644 index b5c6df9e..00000000 --- a/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue +++ /dev/null @@ -1,68 +0,0 @@ - - diff --git a/ayanova/src/components/dash-test-list-widgets-priciest.vue b/ayanova/src/components/dash-test-list-widgets-priciest.vue deleted file mode 100644 index 3864ddcb..00000000 --- a/ayanova/src/components/dash-test-list-widgets-priciest.vue +++ /dev/null @@ -1,91 +0,0 @@ - - diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue index ab7c1771..b5d31935 100644 --- a/ayanova/src/views/home-dashboard.vue +++ b/ayanova/src/views/home-dashboard.vue @@ -83,9 +83,6 @@ const FORM_KEY = "home-dashboard"; import DashRegistry from "../api/dash-registry"; //---------- DASH ITEMS ---------- -//import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue"; -import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue"; -import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-widget-monthly-total-price.vue"; import GzDashTodayScheduledWo from "../components/dash-today-scheduled-wo.vue"; import GzDashTodayReminders from "../components/dash-today-reminders.vue"; import GzDashTodayReviews from "../components/dash-today-reviews.vue"; @@ -97,8 +94,6 @@ export default { components: { GzDashLaborHoursPersonalLine, GzDashLaborHoursPersonalBar, - GzDashTestBarWidgetCountByUserType, - GzDashTestLineWidgetMonthlyTotalPrice, GzDashTodayScheduledWo, GzDashTodayReminders, GzDashTodayReviews,