This commit is contained in:
2022-02-24 19:17:33 +00:00
parent d75f1f5592
commit 1cbdb97d22
7 changed files with 507 additions and 9 deletions

View File

@@ -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",

View File

@@ -284,7 +284,7 @@ export default {
"DateRangeToday",
"ReportRenderTimeOut",
"RenderingReport",
"AllFieldsHidden"
"Settings"
],
////////////////////////////////////////////////////////