This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
></gz-pick-list> </v-col
|
||||
><v-col cols="1">
|
||||
<v-btn @click="addSelected()">
|
||||
<v-icon>fa-plus</v-icon>
|
||||
<v-icon>$ayiPlus</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
</v-row>
|
||||
@@ -268,7 +268,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-comment-alt",
|
||||
icon: "$ayiCommentAlt",
|
||||
title: "DirectNotification",
|
||||
helpUrl: "form-home-notify-direct",
|
||||
|
||||
@@ -278,7 +278,7 @@ function generateMenu(vm) {
|
||||
if (vm.rights.change) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "Save",
|
||||
icon: "fa-save",
|
||||
icon: "$ayiSave",
|
||||
surface: true,
|
||||
key: FORM_KEY + ":save",
|
||||
vm: vm
|
||||
|
||||
Reference in New Issue
Block a user