This commit is contained in:
2020-04-20 22:42:50 +00:00
parent fb30bfe5ea
commit f0bb68483c
3 changed files with 2 additions and 9 deletions

View File

@@ -66,13 +66,6 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2: @@@@@@@@@@@ ROADMAP STAGE 2:
todo: would like to see who I'm logged in as at all times
- In menu instead of "Home" text?
- In status bar at bottom?
- need a place to show notification alert also so maybe will need this going forward
- like v7 has
-
todo: QUOTE icon being used is fa-edit, but, that is much more useful in the UI for edit buttons on things, so change quote icon to something else todo: QUOTE icon being used is fa-edit, but, that is much more useful in the UI for edit buttons on things, so change quote icon to something else
todo: ATTACHMENTS todo: ATTACHMENTS

View File

@@ -273,7 +273,7 @@ export default function initialize() {
//so there is no separate role check here as the service group role check supersedes this //so there is no separate role check here as the service group role check supersedes this
sub.push({ sub.push({
title: t("WorkorderQuoteList"), title: t("WorkorderQuoteList"),
icon: "fa-edit", icon: "fa-pencil-alt",
route: "/svc-quotes", route: "/svc-quotes",
key: key++ key: key++
}); });

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() { beforeCreate() {
window.$gz.eventBus.$emit("menu-change", { window.$gz.eventBus.$emit("menu-change", {
isMain: true, isMain: true,
icon: "fa-edit", icon: "fa-pencil-alt",
title: this.$ay.t("WorkorderQuoteList"), title: this.$ay.t("WorkorderQuoteList"),
helpUrl: "form-svc-quotes" helpUrl: "form-svc-quotes"
}); });