Give some indicator in the backup target list which is used for updates
This commit is contained in:
@@ -182,7 +182,7 @@ onMounted(async () => {
|
||||
</template>
|
||||
|
||||
<template #name="target">
|
||||
{{ target.name }}
|
||||
{{ target.name }} <span v-if="target.primary" class="text-muted">- used for updates</span>
|
||||
</template>
|
||||
|
||||
<template #provider="target">
|
||||
|
||||
Reference in New Issue
Block a user