case 4013
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user