diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0af9eae2..d9ee282d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,13 +66,6 @@ CURRENT TODOs @@@@@@@@@@@ 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: ATTACHMENTS diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index a6ca8a45..fc4ea37a 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -273,7 +273,7 @@ export default function initialize() { //so there is no separate role check here as the service group role check supersedes this sub.push({ title: t("WorkorderQuoteList"), - icon: "fa-edit", + icon: "fa-pencil-alt", route: "/svc-quotes", key: key++ }); diff --git a/ayanova/src/views/svc-quotes.vue b/ayanova/src/views/svc-quotes.vue index 355a7347..d2cecbc0 100644 --- a/ayanova/src/views/svc-quotes.vue +++ b/ayanova/src/views/svc-quotes.vue @@ -12,7 +12,7 @@ export default { beforeCreate() { window.$gz.eventBus.$emit("menu-change", { isMain: true, - icon: "fa-edit", + icon: "fa-pencil-alt", title: this.$ay.t("WorkorderQuoteList"), helpUrl: "form-svc-quotes" });