This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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++
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user