- Add restore.log file writing in restoreService.ts for progress tracking - Create getRestoreProgress query endpoint for polling restore logs - Implement polling-based progress updates in BackupsTab (1 second interval) - Update LoadingModal to display all progress logs with auto-scroll - Remove console.log debug output from restoreService - Add static 'Restore in progress' text under spinner - Show success checkmark when restore completes - Prevent modal dismissal during restore, allow ESC/X button when complete - Remove step prefixes from log messages for cleaner output - Keep success/error modals open until user dismisses manually
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
Starting restore...
|
|
Reading container configuration...
|
|
Stopping container...
|
|
Destroying container...
|
|
Logging into PBS...
|
|
Downloading backup from PBS...
|
|
Packing backup folder...
|
|
Restoring container...
|
|
Cleaning up temporary files...
|
|
Restore completed successfully
|