{{ __('updating.title') }}
{{ $body ?? __('updating.body') }}
{{-- Proof of life, for everybody. Whoever is looking at this — a customer or the operator who pressed the button — wants one thing answered: is anything happening, or am I staring at a dead page. This says yes without asking them to read anything. --}} {{-- The current step, in the console only, as one quiet line. It used to be a card with the step in it, a "läuft seit …" line and the deployment's raw output underneath — rsync listing every font file it copied. None of that is anybody's question while they wait: the file list is noise, and the placeholder card ("Wird jetzt gestartet.") was a box drawn around the absence of information. What is left is what an operator can act on: which step, so a run that stops on one is visible without a shell. --}} @if ($detail ?? false){{ __('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') }}