This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user