Use backup storage instead of targets in UI
This commit is contained in:
@@ -186,9 +186,10 @@ onMounted(async () => {
|
||||
<BackupTargetDialog ref="backupTargetDialog" @success="refresh()"/>
|
||||
<BackupScheduleDialog ref="backupScheduleDialog" @success="refresh()"/>
|
||||
|
||||
<Section title="Backup Targets">
|
||||
<!-- TODO translate -->
|
||||
<Section title="Backup Storage">
|
||||
<template #header-buttons>
|
||||
<Button @click="onAddOrEdit()" icon="fa-solid fa-plus"> Add Target</Button>
|
||||
<Button @click="onAddOrEdit()" icon="fa-solid fa-plus"> Add Storage</Button>
|
||||
</template>
|
||||
<p>TODO Explain what backup targets are and what primary/secondary is</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user