coolify/resources/views/emails/database-restore-failed.blade.php
Mahad Kalam b126eaf794 feat: pgbackrest
pgBackRest

Further code quality changes

Clean up code

Small fix

Hopefully the last bit of cleanup?

Remove old comment!

A couple more improvements

Squash migrations
2025-12-17 13:16:37 +01:00

8 lines
169 B
PHP

<x-emails.layout>
Database restore for {{ $name }} has failed.
@if($label)
Attempted to restore from backup: {{ $label }}
@endif
Error: {{ $error }}
</x-emails.layout>