diff --git a/resources/views/livewire/project/database/import-form.blade.php b/resources/views/livewire/project/database/import-form.blade.php index ae74e0cbd..1e384ac8d 100644 --- a/resources/views/livewire/project/database/import-form.blade.php +++ b/resources/views/livewire/project/database/import-form.blade.php @@ -58,9 +58,9 @@ @if ($resourceDbType === 'standalone-postgresql') @if ($dumpAll) + wire:model='restoreCommandText' canGate="update" :canResource="$this->resource"> @else - +
You can add "--clean" to drop objects before creating them, avoiding conflicts. @@ -68,27 +68,27 @@
@endif
- +
@elseif ($resourceDbType === 'standalone-mysql') @if ($dumpAll) + wire:model='restoreCommandText' canGate="update" :canResource="$this->resource"> @else - + @endif
- +
@elseif ($resourceDbType === 'standalone-mariadb') @if ($dumpAll) + wire:model='restoreCommandText' canGate="update" :canResource="$this->resource"> @else - + @endif
- +
@endif @@ -128,8 +128,8 @@

Backup File

- Check File + wire:model='customLocation' x-model="$wire.customLocation" canGate="update" :canResource="$this->resource"> + Check File
Or @@ -168,7 +168,7 @@

Restore from S3

- + @foreach ($availableS3Storages as $storage)