This commit is contained in:
2020-02-27 23:29:07 +00:00
parent 652044576b
commit b4bc5590d0
2 changed files with 10 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ CURRENT ROADMAP
CURRENT TODOs CURRENT TODOs
=-=-=-=-=-=-= =-=-=-=-=-=-=
todo: post to server
todo: about link is showing on about form todo: about link is showing on about form
TODO: No way to make a new widget now!!! TODO: No way to make a new widget now!!!
TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch

View File

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