v-tab(v-for='tgt in activeTargets', :key='tgt.key') {{tgt.title}}
...
...
@@ -96,15 +107,6 @@
.pb-3 Content is always pushed to the storage target, overwriting any existing content. This is the default and safest choice for backup scenarios.
strong Pull from target
.pb-3 Content is always pulled from the storage target, overwriting any local content which already exists. This choice is usually reserved for single-use content import. Caution with this option as any local content will always be overwritten!