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