This commit is contained in:
2020-11-27 01:02:38 +00:00
parent 970184945d
commit d60d6356fc
2 changed files with 23 additions and 16 deletions

View File

@@ -387,37 +387,36 @@ export default {
return "$ayiFilter";
case window.$gz.type.FormCustom:
return "$ayiCustomize";
case window.$gz.type.Part:
return "$XXXXXXXXXXXXXXX";
return "$ayiBoxes";
case window.$gz.type.PM:
return "$XXXXXXXXXXXXXXX";
return "$ayiBusinessTime";
case window.$gz.type.PMItem:
return "$XXXXXXXXXXXXXXX";
return "$ayiBusinessTime";
case window.$gz.type.PMTemplate:
return "$XXXXXXXXXXXXXXX";
return "$ayiStamp";
case window.$gz.type.PMTemplateItem:
return "$XXXXXXXXXXXXXXX";
return "$ayiStamp";
case window.$gz.type.Project:
return "$XXXXXXXXXXXXXXX";
return "$ayiLayerGroup";
case window.$gz.type.PurchaseOrder:
return "$XXXXXXXXXXXXXXX";
return "$ayiShippingFast";
case window.$gz.type.Quote:
return "$XXXXXXXXXXXXXXX";
return "$ayiPencilAlt";
case window.$gz.type.QuoteItem:
return "$XXXXXXXXXXXXXXX";
return "$ayiWrench";
case window.$gz.type.QuoteTemplate:
return "$XXXXXXXXXXXXXXX";
return "$ayiStamp";
case window.$gz.type.QuoteTemplateItem:
return "$XXXXXXXXXXXXXXX";
return "$ayiStamp";
case window.$gz.type.Unit:
return "$XXXXXXXXXXXXXXX";
return "$ayiFan";
case window.$gz.type.UnitModel:
return "$XXXXXXXXXXXXXXX";
return "$ayiDiceD20";
case window.$gz.type.Vendor:
return "$XXXXXXXXXXXXXXX";
return "$ayiStore";
case window.$gz.type.WorkOrder:
return "$XXXXXXXXXXXXXXX";
return "$ayiTools";
case window.$gz.type.WorkOrderItem:
return "$ayiWrench";
case window.$gz.type.WorkOrderItemExpense:

View File

@@ -104,6 +104,7 @@ import {
faItalic,
faKey,
faLanguage,
faLayerGroup,
faLifeRing,
faLink,
faListOl,
@@ -264,6 +265,7 @@ library.add(
faItalic,
faKey,
faLanguage,
faLayerGroup,
faLifeRing,
faLink,
faListOl,
@@ -806,6 +808,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "language"]
}
},
ayiLayerGroup: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "layer-group"]
}
},
ayiLifeRing: {
component: FontAwesomeIcon,
props: {