This commit is contained in:
@@ -5,6 +5,28 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
|
||||
*/
|
||||
export default {
|
||||
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: [
|
||||
role.BizAdmin,
|
||||
|
||||
Reference in New Issue
Block a user