mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Revert "fix: S3 download and database restore output showing same content"
This reverts commit d07cc48369ac4beb0405823bf34aad02200e4a6f.
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
<div x-show="s3DownloadInProgress" class="pt-2">
|
||||
<div class="text-sm text-warning">Downloading from S3... This may take a few minutes for large
|
||||
backups.</div>
|
||||
<livewire:activity-monitor key="s3-download-monitor" header="S3 Download Progress" :showWaiting="false" />
|
||||
<livewire:activity-monitor header="S3 Download Progress" :showWaiting="false" />
|
||||
</div>
|
||||
|
||||
<div x-show="s3DownloadedFile && !s3DownloadInProgress" class="pt-2">
|
||||
@@ -173,7 +173,7 @@
|
||||
<x-forms.button class="w-full my-4" wire:click='runImport'>Restore Backup</x-forms.button>
|
||||
</div>
|
||||
<div class="container w-full mx-auto" x-show="$wire.importRunning">
|
||||
<livewire:activity-monitor key="database-restore-monitor" header="Database Restore Output" :showWaiting="false" />
|
||||
<livewire:activity-monitor header="Database Restore Output" :showWaiting="false" />
|
||||
</div>
|
||||
@else
|
||||
<div>Database must be running to restore a backup.</div>
|
||||
|
||||
Reference in New Issue
Block a user