This commit is contained in:
@@ -91,6 +91,7 @@ import {
|
||||
faPaperPlane,
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPeopleCarry,
|
||||
faPlug,
|
||||
faPlus,
|
||||
faPlusCircle,
|
||||
@@ -208,6 +209,7 @@ library.add(
|
||||
faPaperPlane,
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPeopleCarry,
|
||||
faPlug,
|
||||
faPlus,
|
||||
faPlusCircle,
|
||||
@@ -702,6 +704,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "pencil-ruler"]
|
||||
}
|
||||
},
|
||||
ayiPeopleCarry: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "people-carry"]
|
||||
}
|
||||
},
|
||||
ayiPlug: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
@@ -320,7 +320,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "MoveSelected",
|
||||
icon: "fa-people-carry",
|
||||
icon: "$ayiPeopleCarry",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":MOVE_SELECTED",
|
||||
vm: vm
|
||||
|
||||
@@ -260,7 +260,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-bell",
|
||||
icon: "$ayiBell",
|
||||
title: "Notifications",
|
||||
helpUrl: "form-home-notifications",
|
||||
menuItems: []
|
||||
|
||||
Reference in New Issue
Block a user