Add basic archive restore dialog
This commit is contained in:
@@ -6,6 +6,7 @@ import { Button } from 'pankow';
|
||||
import Section from '../components/Section.vue';
|
||||
import BackupSchedule from '../components/BackupSchedule.vue';
|
||||
import BackupList from '../components/BackupList.vue';
|
||||
import AppArchive from '../components/AppArchive.vue';
|
||||
import BackupsModel from '../models/BackupsModel.js';
|
||||
import ProfileModel from '../models/ProfileModel.js';
|
||||
|
||||
@@ -119,5 +120,6 @@ onMounted(async () => {
|
||||
|
||||
<BackupSchedule :profile="profile"/>
|
||||
<BackupList :config="config"/>
|
||||
<AppArchive :config="config"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user