This commit is contained in:
@@ -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?)
|
||||
|
||||
@@ -219,7 +219,7 @@ export default {
|
||||
icon: "glasses",
|
||||
surface: true,
|
||||
key: "app:nav:log",
|
||||
data: "log"
|
||||
data: "ay-log"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -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: [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user