diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js
index a721434c..eed0520d 100644
--- a/ayanova/src/plugins/vuetify.js
+++ b/ayanova/src/plugins/vuetify.js
@@ -46,6 +46,7 @@ import {
faChevronDown,
faChevronLeft,
faChevronRight,
+ faCircle,
faClipboard,
faClock,
faClone,
@@ -214,6 +215,7 @@ library.add(
faChevronLeft,
faChevronRight,
faClipboard,
+ faCircle,
farCircle,
faClock,
faClone,
@@ -476,7 +478,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "check-square"]
}
},
-
+ ayiCircle: {
+ component: FontAwesomeIcon,
+ props: {
+ icon: ["fas", "circle"]
+ }
+ },
ayiClipboard: {
component: FontAwesomeIcon,
props: {
diff --git a/ayanova/src/views/svc-csr.vue b/ayanova/src/views/svc-csr.vue
index 4f2cafcb..4c318e36 100644
--- a/ayanova/src/views/svc-csr.vue
+++ b/ayanova/src/views/svc-csr.vue
@@ -11,25 +11,31 @@
:showEditIcon="true"
:includeInactive="true"
v-model="obj.customerId"
- :readonly="true"
+ readonly
:label="$ay.t('Customer')"
ref="customerId"
data-cy="customerId"
>
-
+ >
+
+ $ayiCircle
+
+