case 4220 densification
This commit is contained in:
@@ -38,18 +38,20 @@
|
||||
<!-- ########################## DUPLICATE DIALOG ###############################-->
|
||||
<!-- ################################################################################-->
|
||||
<template>
|
||||
<v-row justify="center">
|
||||
<v-row dense justify="center">
|
||||
<v-dialog v-model="duplicateDlg" persistent max-width="600px">
|
||||
<v-card>
|
||||
<v-card-title>{{ duplicateDlgTitle }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
dense
|
||||
:label="$ay.t('CopyWiki')"
|
||||
></v-checkbox>
|
||||
|
||||
<v-checkbox
|
||||
v-model="genCopyAttachments"
|
||||
dense
|
||||
:label="$ay.t('CopyAttachments')"
|
||||
></v-checkbox>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user