case 4013

This commit is contained in:
2021-11-05 14:31:03 +00:00
parent f2fcbce942
commit 8f7d04e4af
2 changed files with 3 additions and 2 deletions

View File

@@ -972,7 +972,7 @@ BUILD 136 CHANGES OF NOTE
- case 4009
- case 4005 & 4011 could not reproduce, did have a guess though in notes of case 4011. Possibly a transient error related to chromium browser download.
- case 4012
- case 4013

View File

@@ -24,7 +24,7 @@
@click="renderReport(item.id, item.name)"
>
<v-list-item-title>{{ item.name }}</v-list-item-title>
<v-list-item-action>
<v-list-item-action class="d-none d-sm-flex">
<v-btn icon @click.stop="editReport(item.id)">
<v-icon color="primary">$ayiEdit</v-icon>
</v-btn>
@@ -42,6 +42,7 @@
text
@click.native="newReport"
data-cy="reportselector:ok"
class="d-none d-sm-flex"
>{{ $ay.t("New") }}</v-btn
>
<v-spacer v-if="!$vuetify.breakpoint.xs"></v-spacer>