mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 04:23:34 +00:00
Keep error pages full-viewport, lift the unsaved bar above the mobile keyboard, make status/heading layouts stack cleanly on small screens, route service DB backups to volume-backups, and tighten volume backup grid/forms. Cover with feature tests.
12 lines
341 B
PHP
12 lines
341 B
PHP
@extends('layouts.base')
|
|
|
|
@section('body')
|
|
<body class="error-page-body text-black dark:text-inherit">
|
|
<x-toast />
|
|
<x-error-page
|
|
code="503"
|
|
title="We are working on serious things."
|
|
description="Service unavailable. Be right back. Thanks for your patience." />
|
|
</body>
|
|
@endsection
|