This commit is contained in:
2021-05-27 20:00:48 +00:00
parent 214163fece
commit cb66810a79
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<div class="text-h6">
<v-icon large color="primary" class="mr-2">$ayiLuggageCart</v-icon>
<v-icon large color="primary" class="mr-2"
>$ayiLuggageCart</v-icon
>
{{ $ay.t("WorkOrderItemOutsideServiceList") }}
<v-btn v-if="!parentDeleted" large icon v-bind="attrs" v-on="on">
<v-icon small color="primary">$ayiEllipsisV</v-icon>

View File

@@ -968,7 +968,7 @@ const CUSTOM_ICONS = {
icon: ["fas", "lock"]
}
},
ayiLuggageCard: {
ayiLuggageCart: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "luggage-cart"]