This commit is contained in:
2020-11-02 20:22:34 +00:00
parent 8aaa58eb1d
commit ff3827e544
3 changed files with 63 additions and 1 deletions

View File

@@ -13,6 +13,28 @@ export default {
title: "Priciest widgets",
type: "GzDashTestListWidgetsPriciest"
},
{
id: "TestBarWidgetCountByUserType",
roles: [
role.BizAdminFull,
role.BizAdminLimited,
role.SalesFull,
role.SalesLimited
],
title: "Widgets by User type",
type: "GzDashTestBarWidgetCountByUserType"
},
{
id: "TestLineWidgetMonthlyTotalPrice",
roles: [
role.BizAdminFull,
role.BizAdminLimited,
role.SalesFull,
role.SalesLimited
],
title: "Widget monthly total",
type: "GzDashTestLineWidgetMonthlyTotalPrice"
},
{
id: "dashBizOnlyTest",
roles: [role.BizAdminFull, role.BizAdminLimited],