Added full restore button
parent
d95792d5a3
commit
b139fa16a3
16
manifest.jps
16
manifest.jps
|
@ -50,6 +50,13 @@ buttons:
|
||||||
confirmText: Do you want to initiate the backup process?
|
confirmText: Do you want to initiate the backup process?
|
||||||
successText: The backup process has been finished successfully.
|
successText: The backup process has been finished successfully.
|
||||||
|
|
||||||
|
- caption: Full Backup Session Restore
|
||||||
|
action: restoreFullBackupSession
|
||||||
|
loadingText: Restoring full backup session...
|
||||||
|
confirmText: Restore complete backup session? This will restore database, core files, and media files from the same backup session.
|
||||||
|
successText: Full backup session restoration completed successfully
|
||||||
|
settings: fullRestoreSettings
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- caption: Configure Auto Backup
|
- caption: Configure Auto Backup
|
||||||
action: configureAutoBackup
|
action: configureAutoBackup
|
||||||
|
@ -126,15 +133,6 @@ menu:
|
||||||
loadingText: Retrieving backup sessions...
|
loadingText: Retrieving backup sessions...
|
||||||
successText: Backup sessions listed successfully.
|
successText: Backup sessions listed successfully.
|
||||||
|
|
||||||
- caption: Full Backup Session Restore
|
|
||||||
confirmText: Restore complete backup session? This will restore database, core files, and media files from the same backup session.
|
|
||||||
loadingText: Restoring full backup session...
|
|
||||||
action: restoreFullBackupSession
|
|
||||||
successText: Full backup session restoration completed successfully
|
|
||||||
settings: fullRestoreSettings
|
|
||||||
title: Full Backup Session Restore
|
|
||||||
submitButtonText: Restore Full Session
|
|
||||||
|
|
||||||
- caption: View All Backups
|
- caption: View All Backups
|
||||||
action: viewAllBackups
|
action: viewAllBackups
|
||||||
confirmText: Are you sure you want to view all backups?
|
confirmText: Are you sure you want to view all backups?
|
||||||
|
|
Loading…
Reference in New Issue