Dashboard / Cloudflare / Loguri
Nu există loguri de sincronizare.
| Data | Zonă | Acțiune | Direcție | Status | Records | Durată | Eroare |
|---|---|---|---|---|---|---|---|
| {{ $log->created_at->format('d.m.Y H:i:s') }} | @if($log->cloudflareZone && $log->cloudflareZone->dnsZone) {{ $log->cloudflareZone->domain }} @else - @endif | {{ $log->action_label }} | {{ $log->direction_label }} | {{ $log->status_label }} | {{ $log->records_synced }} @if($log->records_failed > 0) / {{ $log->records_failed }} @endif | {{ $log->formatted_duration }} | @if($log->error_message) {{ Str::limit($log->error_message, 30) }} @else - @endif |