This commit is contained in:
2020-11-20 23:18:46 +00:00
parent c0554c4bf2
commit 510cba5456
10 changed files with 26 additions and 15 deletions

View File

@@ -295,7 +295,7 @@ function generateMenu(vm) {
vm: vm
});
}
menuOptions.menuItems.push({ divider: true, inset: false });
//Extra link to it here so people can stumble their way onto it
//plus it's related to this form and people think Customize for the whole shebang
menuOptions.menuItems.push({
@@ -304,7 +304,7 @@ function generateMenu(vm) {
data: "adm-translations",
key: "app:nav"
});
menuOptions.menuItems.push({ divider: true, inset: false });
window.$gz.eventBus.$emit("menu-change", menuOptions);
}