This commit is contained in:
2020-10-20 17:38:16 +00:00
parent 83891eb3ac
commit 67e908f2cc
51 changed files with 89 additions and 114 deletions

View File

@@ -4,17 +4,13 @@
<v-card class="mx-auto" v-if="formState.ready">
<v-list subheader>
<v-subheader>{{ $ay.t("UserInterfaceSettings") }}</v-subheader>
<v-list-item
link
to="adm-global-logo"
:data-cy="!!$ay.dev ? 'logo' : false"
>
<v-list-item link to="adm-global-logo" data-cy="logo">
<v-list-item-title>{{ $ay.t("GlobalLogo") }}</v-list-item-title>
</v-list-item>
<v-list-item
link
to="adm-global-select-templates"
:data-cy="!!$ay.dev ? 'pickListTemplates' : false"
data-cy="pickListTemplates"
>
<v-list-item-title>{{
$ay.t("PickListTemplates")