{{ __('admin.provisioning_sub') }}
{{ __('admin.no_runs') }}
@else| {{ __('admin.col.customer') }} | {{ __('admin.col.step') }} | {{ __('admin.col.attempt') }} | {{ __('admin.col.status') }} | {{ __('admin.col.actions') }} |
|---|---|---|---|---|
| {{ $r['customer'] }} {{ $r['pipeline'] }} |
{{ $r['step'] }}
{{ $r['n'] }}
|
{{ $r['attempt'] }} |
|
@if ($r['failed']) @else — @endif |
{{ __('admin.no_runs') }}
@else{{ $panel['subject'] }}
{{ $panel['pipeline'] }} · {{ __('admin.run_attempt', ['n' => $panel['attempt']]) }}
{{-- Progress bar (width is the one allowed inline style, R4) --}}{{ __('admin.run_done', ['done' => $panel['done'], 'total' => $panel['total']]) }}
{{ __('admin.run_stale_hint') }}
{{ __('admin.state_failed') }}
@if ($panel['error']){{ $panel['error'] }}
@endif{{ __('admin.run_current') }}
{{ __('admin.run_next') }}