diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue
index bfffe234..9ded17ba 100644
--- a/ayanova/src/components/attachment-control.vue
+++ b/ayanova/src/components/attachment-control.vue
@@ -86,7 +86,7 @@
- fa-edit
+ $ayiEdit
diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue
index 93ee5b8a..f02a42dd 100644
--- a/ayanova/src/components/gz-data-table.vue
+++ b/ayanova/src/components/gz-data-table.vue
@@ -114,9 +114,9 @@
far fa-square
far fa-check-squarefar $ayiCheckSquare
- far fa-minus-square
+ far $ayiMinus-square
@@ -201,9 +201,9 @@
>
far fa-square
far fa-minus-squarefar $ayiMinus-square
- far fa-check-square
+ far $ayiCheckSquare
@@ -288,9 +288,9 @@
>far fa-square
far fa-check-squarefar $ayiCheckSquare
- far fa-minus-square
+ far $ayiMinus-square
diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue
index f62fbb12..9ff68d07 100644
--- a/ayanova/src/components/pick-list.vue
+++ b/ayanova/src/components/pick-list.vue
@@ -146,7 +146,7 @@ export default {
return null;
}
if (this.value != 0) {
- return "fa-edit";
+ return "$ayiEdit";
}
return "fa-plus";
},
diff --git a/ayanova/src/components/report-selector-control.vue b/ayanova/src/components/report-selector-control.vue
index 1dc12886..8c8c0dbf 100644
--- a/ayanova/src/components/report-selector-control.vue
+++ b/ayanova/src/components/report-selector-control.vue
@@ -26,7 +26,7 @@
{{ item.name }}
- fa-edit
+ $ayiEdit
diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue
index b479fabc..5d0c6375 100644
--- a/ayanova/src/components/wiki-control.vue
+++ b/ayanova/src/components/wiki-control.vue
@@ -20,14 +20,14 @@
:outlined="currentView == view.DESIGN_VIEW"
@click="currentView = view.DESIGN_VIEW"
>
- fa-edit
+ $ayiEdit
- fa-columns
+ $ayiColumns
@@ -41,20 +41,20 @@
- fa-bold$ayiBold
- fa-italic$ayiItalic
- fa-strikethrough$ayiStrikethrough
- fa-heading
+ $ayiHeading
@@ -94,19 +94,19 @@
- fa-minus$ayiMinus
- fa-quote-left$ayiQuoteLeft
- fa-list-ul$ayiListUl
- fa-list-ol$ayiListOl
- fa-check-square$ayiCheckSquare
@@ -117,7 +117,7 @@
>
- fa-table
+ $ayiTable
@@ -130,11 +130,11 @@
v-model="tableMenuColumns"
min="1"
max="10"
- prepend-icon="fa-arrows-alt-h"
+ prepend-icon="$ayiArrowsAltH"
>
- fa-link
+ $ayiLink
- fa-image
+ $ayiImage