Feat: recent backups UI

This commit is contained in:
ayntk-ai
2024-08-16 21:06:36 +02:00
parent 789adc77fd
commit 62ecc45f21
2 changed files with 49 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
@endif
<div>Database: {{ data_get($execution, 'database_name', 'N/A') }}</div>
<div>Status: {{ data_get($execution, 'status') }}</div>
<div>Started At: {{ data_get($execution, 'created_at') }}</div>
<div>Started At: {{ $this->formatDateInServerTimezone(data_get($execution, 'created_at')) }}</div>
@if (data_get($execution, 'message'))
<div>Message: {{ data_get($execution, 'message') }}</div>
@endif
@@ -54,4 +54,4 @@
</script>
@endisset
</div>
</div>