This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "ReminderList",
|
||||
icon: "$ayiGenderless",
|
||||
icon: "$ayiCalendarDay",
|
||||
type: "GzDashTodayReminders",
|
||||
singleOnly: true,
|
||||
settings: {}
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "ReviewList",
|
||||
icon: "$ayiGenderless",
|
||||
icon: "$ayiCalendarDay",
|
||||
type: "GzDashTodayReviews",
|
||||
singleOnly: true,
|
||||
settings: {}
|
||||
@@ -49,6 +49,7 @@ export default {
|
||||
{
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
title: "DashboardScheduled",
|
||||
icon: "$ayiCalendarDay",
|
||||
type: "GzDashTodayScheduledWo",
|
||||
scheduleableUserOnly: true,
|
||||
singleOnly: true,
|
||||
@@ -57,7 +58,7 @@ export default {
|
||||
{
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
title: "WorkOrderItemLaborServiceRateQuantity",
|
||||
icon: "$ayiHistory",
|
||||
icon: "$ayiChartLine",
|
||||
type: "GzDashLaborHoursPersonal",
|
||||
scheduleableUserOnly: true,
|
||||
singleOnly: false,
|
||||
@@ -73,7 +74,7 @@ export default {
|
||||
{
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
title: "WorkOrderItemLaborServiceRateQuantity",
|
||||
icon: "$ayiUser",
|
||||
icon: "$ayiChartBar",
|
||||
type: "GzDashLaborHoursPersonalBar",
|
||||
scheduleableUserOnly: true,
|
||||
singleOnly: false,
|
||||
|
||||
@@ -69,6 +69,8 @@ import {
|
||||
faCalendarDay,
|
||||
faCarBattery,
|
||||
faCaretDown,
|
||||
faChartBar,
|
||||
faChartLine,
|
||||
faCheckCircle,
|
||||
faCheckSquare,
|
||||
faChevronDown,
|
||||
@@ -251,6 +253,8 @@ library.add(
|
||||
faCalendarDay,
|
||||
faCarBattery,
|
||||
faCaretDown,
|
||||
faChartBar,
|
||||
faChartLine,
|
||||
faCheckCircle,
|
||||
faCheckSquare,
|
||||
faChevronDown,
|
||||
@@ -527,6 +531,18 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "car-battery"]
|
||||
}
|
||||
},
|
||||
ayiChartBar: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "chart-bar"]
|
||||
}
|
||||
},
|
||||
ayiChartLine: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "chart-line"]
|
||||
}
|
||||
},
|
||||
ayiCheckCircle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user