coolify/resources/views/livewire/project/database/backup-execution.blade.php

9 lines
354 B
PHP
Raw Normal View History

<div class="flex gap-2">
<div class="flex-1"></div>
2023-08-11 20:48:52 +02:00
2023-08-11 20:19:42 +02:00
{{-- @if (data_get($execution, 'status') !== 'failed') --}}
{{-- <x-forms.button class="bg-coollabs-100 hover:bg-coollabs" wire:click="download">Download</x-forms.button> --}}
{{-- @endif --}}
<x-forms.button isError wire:click="delete">Delete</x-forms.button>
</div>