This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user