This commit is contained in:
@@ -2,17 +2,17 @@ import authorizationroles from "./authorizationroles";
|
||||
const role = authorizationroles.AUTHORIZATION_ROLES;
|
||||
export default {
|
||||
registry: [
|
||||
{
|
||||
id: "TestListWidgetsPriciest",
|
||||
roles: [
|
||||
role.BizAdmin,
|
||||
role.BizAdminRestricted,
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "Priciest widgets (all time) ",
|
||||
type: "GzDashTestListWidgetsPriciest"
|
||||
},
|
||||
// {
|
||||
// id: "TestListWidgetsPriciest",
|
||||
// roles: [
|
||||
// role.BizAdmin,
|
||||
// role.BizAdminRestricted,
|
||||
// role.Sales,
|
||||
// role.SalesRestricted
|
||||
// ],
|
||||
// title: "Priciest widgets (all time) ",
|
||||
// type: "GzDashTestListWidgetsPriciest"
|
||||
// },
|
||||
{
|
||||
id: "TestBarWidgetCountByUserType",
|
||||
roles: [
|
||||
|
||||
@@ -72,13 +72,13 @@
|
||||
const FORM_KEY = "home-dashboard";
|
||||
import DashRegistry from "../api/dash-registry";
|
||||
//---------- DASH ITEMS ----------
|
||||
import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
||||
//import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
||||
import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue";
|
||||
import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-widget-monthly-total-price.vue";
|
||||
import GzDashTestDayCalendarWidget from "../components/dash-test-day-calendar-widget.vue";
|
||||
export default {
|
||||
components: {
|
||||
GzDashTestListWidgetsPriciest,
|
||||
//GzDashTestListWidgetsPriciest,
|
||||
GzDashTestBarWidgetCountByUserType,
|
||||
GzDashTestLineWidgetMonthlyTotalPrice,
|
||||
GzDashTestDayCalendarWidget
|
||||
|
||||
Reference in New Issue
Block a user