This commit is contained in:
2022-02-17 22:44:57 +00:00
parent 1675e82a1c
commit 9bf9127b2b
5 changed files with 9 additions and 6 deletions

View File

@@ -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"
}
],