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