This commit is contained in:
2022-02-25 20:58:01 +00:00
parent 4bcc457025
commit 58a636e24c
3 changed files with 36 additions and 6 deletions

View File

@@ -62,7 +62,12 @@ export default {
type: "GzDashLaborHoursPersonal",
scheduleableUserOnly: true,
singleOnly: false,
settings: { customTitle: null, dateRange: "*thismonth*", unit: "day" }
settings: {
customTitle: null,
dateRange: "*thismonth*",
unit: "day",
color: "#000000"
}
},
{
id: "dash-labor-hours-personal-bar",
@@ -71,7 +76,12 @@ export default {
type: "GzDashLaborHoursPersonalBar",
scheduleableUserOnly: true,
singleOnly: false,
settings: { customTitle: null, dateRange: "*thismonth*", unit: "day" }
settings: {
customTitle: null,
dateRange: "*thismonth*",
unit: "day",
color: "#000000"
}
},
{
id: "TestBarWidgetCountByUserType",