This commit is contained in:
@@ -3,7 +3,7 @@ let role = authorizationroles.AUTHORIZATION_ROLES;
|
||||
export default {
|
||||
registry: [
|
||||
{
|
||||
id: "TestWidgetsPriciest",
|
||||
id: "TestListWidgetsPriciest",
|
||||
roles: [
|
||||
role.BizAdminFull,
|
||||
role.BizAdminLimited,
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
role.SalesLimited
|
||||
],
|
||||
title: "Priciest widgets",
|
||||
type: "GzDashTestWidgetsPriciest"
|
||||
type: "GzDashTestListWidgetsPriciest"
|
||||
},
|
||||
{
|
||||
id: "dashBizOnlyTest",
|
||||
|
||||
@@ -83,12 +83,12 @@ const FORM_KEY = "home-dashboard";
|
||||
import DashRegistry from "../api/dash-registry";
|
||||
import GzDashBase from "../components/dash-base.vue";
|
||||
//---------- DASH ITEMS ----------
|
||||
import GzDashTestWidgetsPriciest from "../components/dash-test-widgets-priciest.vue";
|
||||
import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
GzDashBase,
|
||||
GzDashTestWidgetsPriciest
|
||||
GzDashTestListWidgetsPriciest
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
|
||||
Reference in New Issue
Block a user