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 @@