|
|
@ -86,6 +86,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-checkbox |
|
|
|
<v-checkbox |
|
|
|
v-model="syncSource.details.options.syncRollup" |
|
|
|
v-model="syncSource.details.options.syncRollup" |
|
|
|
class="caption" |
|
|
|
class="caption" |
|
|
@ -107,13 +114,6 @@ |
|
|
|
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"> |
|
|
|