This commit is contained in:
2020-10-06 14:58:03 +00:00
parent d7b9b94804
commit 800a27b70a
36 changed files with 173 additions and 93 deletions

View File

@@ -268,7 +268,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "Refresh",
icon: "fa-sync",
icon: "$ayiSync",
surface: true,
key: FORM_KEY + ":refresh",
vm: vm
@@ -292,7 +292,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "DirectNotification",
icon: "fa-comment-alt",
icon: "$ayiCommentAlt",
data: "home-notify-direct",
key: "app:nav"
});