Monitor, inspect, repair, and restore the public AllowedCheaters.txt file consumed by the ARK cluster.
{{ $this->contents !== '' ? $this->contents : 'The published file is empty.' }}
{{ $this->state['actual_hash'] ?? 'Not available' }}
{{ Str::limit($this->state['expected_hash'], 18) }}{{ $this->state['actual_hash'] ? Str::limit($this->state['actual_hash'], 18) : 'Missing' }}| ID | Status | Trigger | EOS IDs | Operator | Published | Version |
|---|---|---|---|---|---|---|
| #{{ $publication->id }} | {{ Str::headline($publication->status->value) }} | {{ $publication->trigger_type->label() }} | {{ $publication->active_eos_count }} | {{ $publication->triggeredBy?->name ?? 'System' }} | {{ $publication->published_at?->diffForHumans() ?? 'Not published' }} | @can('manage-publications') @if ($publication->status === \App\PublicationStatus::Successful && $publication->backup_filename) @else Unavailable @endif @else View only @endcan |
| No publication attempts recorded. | ||||||