This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-expansion-panel v-if="available()">
|
||||
<v-expansion-panel-header disable-icon-rotate expand-icon="fa-tags">{{
|
||||
<v-expansion-panel-header disable-icon-rotate expand-icon="$ayiTags">{{
|
||||
$ay.t("Tags")
|
||||
}}</v-expansion-panel-header>
|
||||
<v-expansion-panel-content>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<v-spacer></v-spacer>
|
||||
<div>
|
||||
<v-btn @click="refresh">
|
||||
<v-icon :data-cy="!!$ay.dev ? 'refresh' : false">fa-sync</v-icon>
|
||||
<v-icon :data-cy="!!$ay.dev ? 'refresh' : false">$ayiSync</v-icon>
|
||||
</v-btn>
|
||||
|
||||
<v-btn class="ml-12" @click="editListView">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<v-icon large color="warning">$ayiExclamationCircle</v-icon>
|
||||
</template>
|
||||
<template v-if="options.type == 'error'">
|
||||
<v-icon large color="error">fa-exclamation-triangle</v-icon>
|
||||
<v-icon large color="error">$ayiExclamationTriangle</v-icon>
|
||||
</template>
|
||||
<span v-if="options.title" class="ml-5"> {{ options.title }} </span>
|
||||
</v-card-title>
|
||||
|
||||
@@ -148,7 +148,7 @@ export default {
|
||||
if (this.value != 0) {
|
||||
return "$ayiEdit";
|
||||
}
|
||||
return "fa-plus";
|
||||
return "$ayiPlus";
|
||||
},
|
||||
handleEditClick: function() {
|
||||
let idToOpen = 0;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{{ this.normalizeTag(tagSearchEntry) }}</v-chip
|
||||
>
|
||||
<v-btn large icon @click="addTag()">
|
||||
<v-icon large color="success">fa-plus-circle</v-icon>
|
||||
<v-icon large color="success">$ayiPlusCircle</v-icon>
|
||||
</v-btn>
|
||||
</v-row>
|
||||
</v-row>
|
||||
|
||||
Reference in New Issue
Block a user