This commit is contained in:
@@ -404,7 +404,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
|
||||
@@ -422,7 +422,7 @@ function generateMenu(vm) {
|
||||
//change password and login
|
||||
menuOptions.menuItems.push({
|
||||
title: "SetLoginPassword",
|
||||
icon: "fa-key",
|
||||
icon: "$ayiKey",
|
||||
data: "home-password",
|
||||
key: "app:nav"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user