This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
title: "WorkOrderItemLaborServiceRateQuantity",
|
||||
icon: "$ayiChartLine",
|
||||
type: "GzDashLaborHoursPersonal",
|
||||
type: "GzDashLaborHoursPersonalLine",
|
||||
scheduleableUserOnly: true,
|
||||
singleOnly: false,
|
||||
settings: {
|
||||
@@ -87,32 +87,6 @@ export default {
|
||||
color: "#00205B"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// roles: [
|
||||
// role.BizAdmin,
|
||||
// role.BizAdminRestricted,
|
||||
// role.Sales,
|
||||
// role.SalesRestricted
|
||||
// ],
|
||||
// title: "TEST Bar chart widget",
|
||||
// type: "GzDashTestBarWidgetCountByUserType",
|
||||
// scheduleableUserOnly: false,
|
||||
// singleOnly: false,
|
||||
// settings: { customTitle: "my custom title" }
|
||||
// },
|
||||
// {
|
||||
// roles: [
|
||||
// role.BizAdmin,
|
||||
// role.BizAdminRestricted,
|
||||
// role.Sales,
|
||||
// role.SalesRestricted
|
||||
// ],
|
||||
// title: "TEST Line chart widget",
|
||||
// type: "GzDashTestLineWidgetMonthlyTotalPrice",
|
||||
// scheduleableUserOnly: false,
|
||||
// singleOnly: true,
|
||||
// settings: {}
|
||||
// }
|
||||
],
|
||||
availableItems() {
|
||||
const ret = [];
|
||||
|
||||
Reference in New Issue
Block a user