|
|
@ -107,6 +107,13 @@ |
|
|
|
hide-details |
|
|
|
hide-details |
|
|
|
dense |
|
|
|
dense |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
<v-checkbox |
|
|
|
|
|
|
|
v-model="syncSource.details.options.syncViews" |
|
|
|
|
|
|
|
class="caption" |
|
|
|
|
|
|
|
label="Import Secondary Views" |
|
|
|
|
|
|
|
hide-details |
|
|
|
|
|
|
|
dense |
|
|
|
|
|
|
|
/> |
|
|
|
<v-tooltip bottom> |
|
|
|
<v-tooltip bottom> |
|
|
|
<template #activator="{ on }"> |
|
|
|
<template #activator="{ on }"> |
|
|
|
<div v-on="on"> |
|
|
|
<div v-on="on"> |
|
|
@ -225,7 +232,7 @@ export default { |
|
|
|
apiKey: '', |
|
|
|
apiKey: '', |
|
|
|
shareId: '', |
|
|
|
shareId: '', |
|
|
|
options: { |
|
|
|
options: { |
|
|
|
syncViews: false, |
|
|
|
syncViews: true, |
|
|
|
syncData: true, |
|
|
|
syncData: true, |
|
|
|
syncRollup: false, |
|
|
|
syncRollup: false, |
|
|
|
syncLookup: true, |
|
|
|
syncLookup: true, |
|
|
@ -327,7 +334,7 @@ export default { |
|
|
|
apiKey: '', |
|
|
|
apiKey: '', |
|
|
|
shareId: '', |
|
|
|
shareId: '', |
|
|
|
options: { |
|
|
|
options: { |
|
|
|
syncViews: false, |
|
|
|
syncViews: true, |
|
|
|
syncData: true, |
|
|
|
syncData: true, |
|
|
|
syncRollup: false, |
|
|
|
syncRollup: false, |
|
|
|
syncLookup: true, |
|
|
|
syncLookup: true, |
|
|
|