{{ __('updating.title') }}
{{ $body ?? __('updating.body') }}
{{-- Only in the console. A customer looking at the 503 has no use for a deployment step, and an operator watching a run that is stuck has no use for anything else: "läuft gerade" alone is what sends somebody to the shell. The markup is Alpine-driven and inert wherever Alpine is not — which is why it is behind a flag rather than always present. --}} @if ($detail ?? false){{ $starting ?? '' }}
{{ __('updating.auto') }}
{{-- Only when the server has stopped answering for long enough that this is no longer a restart. An always-present close button would be a lie — the deployment does not stop because somebody dismissed a panel — but being held behind one while the application is broken is worse. --}} @if ($detail ?? false){{ __('updating.stuck') }}