This commit is contained in:
@@ -137,12 +137,15 @@ export default {
|
||||
});
|
||||
|
||||
//ABOUT
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("HelpAboutAyaNova"),
|
||||
icon: "info-circle",
|
||||
key: "app:nav:abt",
|
||||
data: "ay-about"
|
||||
});
|
||||
if (ctx.helpUrl != "form-ay-about") {
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("HelpAboutAyaNova"),
|
||||
icon: "info-circle",
|
||||
key: "app:nav:abt",
|
||||
data: "ay-about"
|
||||
});
|
||||
}
|
||||
|
||||
//LOGOUT
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Logout"),
|
||||
|
||||
Reference in New Issue
Block a user