refactor
This commit is contained in:
parent
662b191dfd
commit
f097b80c35
@ -1,7 +1,7 @@
|
||||
<div class="flex flex-wrap gap-2">
|
||||
@forelse($database->scheduledBackups as $backup)
|
||||
<a class="box flex flex-col"
|
||||
href="{{ route('project.database.backups.logs', [...$parameters,'backup_uuid'=> $backup->uuid]) }}">
|
||||
href="{{ route('project.database.backups.executions', [...$parameters,'backup_uuid'=> $backup->uuid]) }}">
|
||||
<div>Frequency: {{$backup->frequency}}</div>
|
||||
<div>Last backup: {{data_get($backup->latest_log, 'status','No backup yet')}}</div>
|
||||
<div>Number of backups to keep (locally): {{$backup->number_of_backups_locally}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user