From 9bf9127b2bc36cb2517f7ca43251b89ee6e14150 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 17 Feb 2022 22:44:57 +0000 Subject: [PATCH] --- ayanova/src/api/dash-registry.js | 6 +++--- .../components/dash-test-bar-widget-count-by-usertype.vue | 2 +- ayanova/src/components/dash-test-day-calendar-widget.vue | 2 +- .../dash-test-line-widget-monthly-total-price.vue | 2 +- ayanova/src/views/home-dashboard.vue | 3 +++ 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index ef6d3c43..c19ad577 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -21,7 +21,7 @@ export default { role.Sales, role.SalesRestricted ], - title: "Widgets by User type", + title: "TEST Bar chart widget", type: "GzDashTestBarWidgetCountByUserType" }, { @@ -32,7 +32,7 @@ export default { role.Sales, role.SalesRestricted ], - title: "Widget monthly total", + title: "TEST Line chart widget", type: "GzDashTestLineWidgetMonthlyTotalPrice" }, { @@ -43,7 +43,7 @@ export default { role.Sales, role.SalesRestricted ], - title: "WO calendar", + title: "TEST calendar widget", type: "GzDashTestDayCalendarWidget" } ], diff --git a/ayanova/src/components/dash-test-bar-widget-count-by-usertype.vue b/ayanova/src/components/dash-test-bar-widget-count-by-usertype.vue index e5fce40d..2c88cd82 100644 --- a/ayanova/src/components/dash-test-bar-widget-count-by-usertype.vue +++ b/ayanova/src/components/dash-test-bar-widget-count-by-usertype.vue @@ -1,7 +1,7 @@