re-factor / cleanup
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<div>
|
||||
<v-row justify="center">
|
||||
<v-dialog
|
||||
v-model="isVisible"
|
||||
scrollable
|
||||
max-width="600px"
|
||||
v-model="isVisible"
|
||||
@keydown.esc="cancel"
|
||||
data-cy="reportselector"
|
||||
@keydown.esc="cancel"
|
||||
>
|
||||
<v-card elevation="24">
|
||||
<v-card-title class="text-h5 lighten-2" primary-title>
|
||||
@@ -34,17 +34,17 @@
|
||||
v-if="rights.change"
|
||||
color="primary"
|
||||
text
|
||||
@click.native="newReport"
|
||||
data-cy="reportselector:ok"
|
||||
class="d-none d-sm-flex"
|
||||
@click.native="newReport"
|
||||
>{{ $ay.t("New") }}</v-btn
|
||||
>
|
||||
<v-spacer v-if="!$vuetify.breakpoint.xs"></v-spacer>
|
||||
<v-btn
|
||||
color="primary"
|
||||
text
|
||||
@click.native="cancel"
|
||||
data-cy="reportselector:cancel"
|
||||
@click.native="cancel"
|
||||
>{{ $ay.t("Cancel") }}</v-btn
|
||||
>
|
||||
</v-card-actions>
|
||||
@@ -56,7 +56,7 @@
|
||||
<!-- ################################################################################-->
|
||||
<template>
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="360px" v-model="jobActive">
|
||||
<v-dialog v-model="jobActive" persistent max-width="360px">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
||||
<v-card-text>
|
||||
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn text @click="cancelJob" color="primary">{{
|
||||
<v-btn text color="primary" @click="cancelJob">{{
|
||||
$ay.t("Cancel")
|
||||
}}</v-btn>
|
||||
</v-card-actions>
|
||||
|
||||
Reference in New Issue
Block a user