This commit is contained in:
@@ -5,6 +5,28 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
|
|||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
registry: [
|
registry: [
|
||||||
|
{
|
||||||
|
roles: [
|
||||||
|
role.BizAdmin,
|
||||||
|
role.BizAdminRestricted,
|
||||||
|
role.ServiceRestricted,
|
||||||
|
role.Service,
|
||||||
|
role.Accounting
|
||||||
|
],
|
||||||
|
title: "DashboardPctWorkOrderCompletedOnTime",
|
||||||
|
icon: "$ayiChartBar",
|
||||||
|
type: "GzDashPctWorkOrderCompletedOnTimeBar",
|
||||||
|
scheduleableUserOnly: false,
|
||||||
|
singleOnly: false,
|
||||||
|
settings: {
|
||||||
|
customTitle: null,
|
||||||
|
timeSpan: "*thisyear*",
|
||||||
|
interval: "month",
|
||||||
|
wotags: [],
|
||||||
|
wotagsany: true,
|
||||||
|
color: "#00205B"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
roles: [
|
roles: [
|
||||||
role.BizAdmin,
|
role.BizAdmin,
|
||||||
|
|||||||
Reference in New Issue
Block a user