This commit is contained in:
2019-12-23 17:23:31 +00:00
parent 12ed230b22
commit 24be7892ce
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ CURRENT TODOs
SHELL / NAV / MENUS / LAYOUT
TODO: Just renamed log, about and customize, make sure they still work and go to correct help docs
TODO: DECIDE WHERE TO PUT MRU? In Home or in drop down menu. (I'm leaning towards in HOME as it's own page because it can be large list and don't want to burden or slow the menu too much)
TODO: STUB OUT MENU ITEMS MISSING
- PUT SEARCH into main menu that opens a route to a dedicated search page (or results open in dedicated search for typing into menu?)

View File

@@ -219,7 +219,7 @@ export default {
icon: "glasses",
surface: true,
key: "app:nav:log",
data: "log"
data: "ay-log"
}
]
});

View File

@@ -26,7 +26,7 @@ export default {
isMain: false,
icon: "fa-info-circle",
title: window.$gz.locale.get("Log"),
helpUrl: "user-form-log",
helpUrl: "form-ay-log",
menuItems: [
// {