{{-- Stats widgets --}} @if (method_exists($this, 'getHeaderWidgets')) @endif {{-- Purpose box --}}

Purpose

This page exists to recover from broken workspace ownership state (e.g. a workspace with zero owners due to manual DB edits). Actions here require break-glass mode and are fully audited.

{{-- Workspace table --}} {{ $this->table }} {{-- Recent break-glass actions --}} @php $recentActions = $this->getRecentBreakGlassActions(); @endphp Recent break-glass actions Last 10 break-glass audit log entries. @if (empty($recentActions))
No break-glass actions recorded yet.
@else
@foreach ($recentActions as $entry)
{{ $entry['action'] }}
by {{ $entry['actor'] }} @if ($entry['workspace']) · Workspace: {{ $entry['workspace'] }} @endif
{{ $entry['recorded_at'] }}
@endforeach
@endif