This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "Widgets by User type",
|
||||
title: "TEST Bar chart widget",
|
||||
type: "GzDashTestBarWidgetCountByUserType"
|
||||
},
|
||||
{
|
||||
@@ -32,7 +32,7 @@ export default {
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "Widget monthly total",
|
||||
title: "TEST Line chart widget",
|
||||
type: "GzDashTestLineWidgetMonthlyTotalPrice"
|
||||
},
|
||||
{
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "WO calendar",
|
||||
title: "TEST calendar widget",
|
||||
type: "GzDashTestDayCalendarWidget"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
icon="$ayiUser"
|
||||
:add-url="'widgets/0'"
|
||||
:add-url="'cust-customers/0'"
|
||||
:update-frequency="58000"
|
||||
:count="23"
|
||||
v-bind="$attrs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
icon="$ayiTools"
|
||||
:add-url="'widgets/0'"
|
||||
:add-url="'svc-workorders/0'"
|
||||
:update-frequency="0"
|
||||
v-bind="$attrs"
|
||||
@dash-refresh="loadData"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
icon="$ayiSplotch"
|
||||
:add-url="'widgets/0'"
|
||||
:add-url="'cust-customers/0'"
|
||||
:update-frequency="32000"
|
||||
v-bind="$attrs"
|
||||
@dash-refresh="loadData"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<v-row v-if="formState.ready">
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
<v-col cols="12">
|
||||
<h2>UNDER CONSTRUCTION / NOT IMPLEMENTED YET</h2>
|
||||
</v-col>
|
||||
<v-col v-if="showSelector" cols="12">
|
||||
<v-dialog
|
||||
v-model="showSelector"
|
||||
|
||||
Reference in New Issue
Block a user