diff --git a/resources/views/livewire/project/database/import.blade.php b/resources/views/livewire/project/database/import.blade.php index 49f51af5a..3568c85f7 100644 --- a/resources/views/livewire/project/database/import.blade.php +++ b/resources/views/livewire/project/database/import.blade.php @@ -8,7 +8,8 @@ s3DownloadedFile: $wire.entangle('s3DownloadedFile'), s3FileSize: $wire.entangle('s3FileSize'), s3StorageId: $wire.entangle('s3StorageId'), - s3Path: $wire.entangle('s3Path') + s3Path: $wire.entangle('s3Path'), + importRunning: $wire.entangle('importRunning') }"> @script @@ -147,25 +148,23 @@ - @if ($s3DownloadInProgress) -
-
Downloading from S3... This may take a few minutes for large - backups.
- +
+
Downloading from S3... This may take a few minutes for large + backups.
+ +
+ +
+
File downloaded successfully and ready for restore.
+
+ + Restore Database from S3 + + + Cancel +
- @elseif ($s3DownloadedFile) -
-
File downloaded successfully and ready for restore.
-
- - Restore Database from S3 - - - Cancel - -
-
- @endif +
@endif @@ -174,11 +173,9 @@
Location: /
Restore Backup - @if ($importRunning) -
- -
- @endif +
+ +
@else
Database must be running to restore a backup.
@endif