This commit is contained in:
2020-10-06 15:01:15 +00:00
parent 800a27b70a
commit fd3d57c530
8 changed files with 15 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ import {
faPaperPlane, faPaperPlane,
faPencilAlt, faPencilAlt,
faPencilRuler, faPencilRuler,
faPeopleCarry,
faPlug, faPlug,
faPlus, faPlus,
faPlusCircle, faPlusCircle,
@@ -208,6 +209,7 @@ library.add(
faPaperPlane, faPaperPlane,
faPencilAlt, faPencilAlt,
faPencilRuler, faPencilRuler,
faPeopleCarry,
faPlug, faPlug,
faPlus, faPlus,
faPlusCircle, faPlusCircle,
@@ -702,6 +704,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "pencil-ruler"] icon: ["fas", "pencil-ruler"]
} }
}, },
ayiPeopleCarry: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "people-carry"]
}
},
ayiPlug: { ayiPlug: {
component: FontAwesomeIcon, component: FontAwesomeIcon,
props: { props: {

View File

@@ -320,7 +320,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({ menuOptions.menuItems.push({
title: "MoveSelected", title: "MoveSelected",
icon: "fa-people-carry", icon: "$ayiPeopleCarry",
surface: false, surface: false,
key: FORM_KEY + ":MOVE_SELECTED", key: FORM_KEY + ":MOVE_SELECTED",
vm: vm vm: vm

View File

@@ -271,7 +271,7 @@ function generateMenu(vm) {
// if (vm.rights.delete) { // if (vm.rights.delete) {
// menuOptions.menuItems.push({ // menuOptions.menuItems.push({
// title: "ResetToDefault", // title: "ResetToDefault",
// icon: "fa-undo", // icon: "fa - undo",
// surface: false, // surface: false,
// key: FORM_KEY + ":delete", // key: FORM_KEY + ":delete",
// vm: vm // vm: vm

View File

@@ -242,7 +242,7 @@ function generateMenu(vm) {
// menuOptions.menuItems.push({ // menuOptions.menuItems.push({
// title: "Extensions", // title: "Extensions",
// icon: "fa-puzzle-piece", // icon: "fa - puzzle-piece",
// key: FORM_KEY + ":extensions", // key: FORM_KEY + ":extensions",
// vm: vm // vm: vm
// }); // });

View File

@@ -231,7 +231,7 @@ function generateMenu(vm) {
// menuOptions.menuItems.push({ // menuOptions.menuItems.push({
// title: "Extensions", // title: "Extensions",
// icon: "fa-puzzle-piece", // icon: "fa - puzzle-piece",
// key: FORM_KEY + ":extensions", // key: FORM_KEY + ":extensions",
// vm: vm // vm: vm
// }); // });

View File

@@ -260,7 +260,7 @@ async function clickHandler(menuItem) {
function generateMenu(vm) { function generateMenu(vm) {
let menuOptions = { let menuOptions = {
isMain: true, isMain: true,
icon: "fa-bell", icon: "$ayiBell",
title: "Notifications", title: "Notifications",
helpUrl: "form-home-notifications", helpUrl: "form-home-notifications",
menuItems: [] menuItems: []

View File

@@ -195,7 +195,7 @@ function generateMenu(vm) {
// menuOptions.menuItems.push({ // menuOptions.menuItems.push({
// title: "Extensions", // title: "Extensions",
// icon: "fa-puzzle-piece", // icon: "fa - puzzle-piece",
// key: FORM_KEY + ":extensions", // key: FORM_KEY + ":extensions",
// vm: vm // vm: vm
// }); // });

View File

@@ -464,7 +464,7 @@ function generateMenu(vm) {
menuItems: [ menuItems: [
// { // {
// title: "DEV_TEST_COLLECT", // title: "DEV_TEST_COLLECT",
// icon: "fa-bolt", // icon: "fa - bolt",
// surface: true, // surface: true,
// key: FORM_KEY + ":collect", // key: FORM_KEY + ":collect",
// vm: vm // vm: vm