This commit is contained in:
2020-10-06 14:58:03 +00:00
parent d7b9b94804
commit 800a27b70a
36 changed files with 173 additions and 93 deletions

View File

@@ -9,7 +9,7 @@
item-value="logname"
:label="$ay.t('Log')"
@input="logSelected"
append-outer-icon="fa-sync"
append-outer-icon="$ayiSync"
@click:append-outer="getDataFromApi"
>
</v-select>
@@ -154,7 +154,7 @@ function generateMenu(vm) {
menuItems: [
{
title: "Copy",
icon: "fa-copy",
icon: "$ayiCopy",
surface: false,
key: FORM_KEY + ":copylog",
vm: vm