fix(ui): allow adding scheduled backups for non-migrated databases
This commit is contained in:
parent
cf7a6eccab
commit
d8185e3d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
|
||||||
<div x-cloak x-show="activeTab === 'backups'">
|
<div x-cloak x-show="activeTab === 'backups'">
|
||||||
<div class="flex gap-2 ">
|
<div class="flex gap-2 ">
|
||||||
<h2 class="pb-4">Scheduled Backups</h2>
|
<h2 class="pb-4">Scheduled Backups</h2>
|
||||||
@if (filled($serviceDatabase->custom_type))
|
@if (filled($serviceDatabase->custom_type) || !$serviceDatabase->is_migrated)
|
||||||
<x-modal-input buttonTitle="+ Add" title="New Scheduled Backup">
|
<x-modal-input buttonTitle="+ Add" title="New Scheduled Backup">
|
||||||
<livewire:project.database.create-scheduled-backup :database="$serviceDatabase" />
|
<livewire:project.database.create-scheduled-backup :database="$serviceDatabase" />
|
||||||
</x-modal-input>
|
</x-modal-input>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue