This commit is contained in:
@@ -55,6 +55,15 @@ export default {
|
||||
singleOnly: true,
|
||||
settings: {}
|
||||
},
|
||||
{
|
||||
id: "dash-labor-hours-personal",
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
title: "Labor hours",
|
||||
type: "GzDashLaborHoursPersonal",
|
||||
scheduleableUserOnly: true,
|
||||
singleOnly: false,
|
||||
settings: { endDate: window.$gz.locale.nowUTC8601String() }
|
||||
},
|
||||
|
||||
{
|
||||
id: "TestBarWidgetCountByUserType",
|
||||
@@ -68,7 +77,7 @@ export default {
|
||||
type: "GzDashTestBarWidgetCountByUserType",
|
||||
scheduleableUserOnly: false,
|
||||
singleOnly: false,
|
||||
settings: {}
|
||||
settings: { customTitle: "my custom title" }
|
||||
},
|
||||
{
|
||||
id: "TestLineWidgetMonthlyTotalPrice",
|
||||
|
||||
@@ -284,7 +284,7 @@ export default {
|
||||
"DateRangeToday",
|
||||
"ReportRenderTimeOut",
|
||||
"RenderingReport",
|
||||
"AllFieldsHidden"
|
||||
"Settings"
|
||||
],
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user