|
Seguridad
Monitoreado
|
Plugins
{{ $plugins_updated }} actualizados
|
Respaldos
{{ $backups_count }} realizados
|
Acciones totales
{{ $actions_count }}
|
| Fecha | Acción realizada |
|---|---|
| {{ $log->performed_at->format('d/m') }} | {{ $log->client_description }} |
No se registraron acciones en este período.
@endifEl sitio tiene {{ $plugins_total }} plugins instalados. {{ $plugins_active }} activos, {{ $plugins_pending }} con actualización pendiente.
@if($plugins_pending > 0)| Plugin | Versión actual | Disponible |
|---|---|---|
| {{ $plugin->name }} | {{ $plugin->current_version }} | {{ $plugin->latest_version }} |
Se realizaron {{ $backups_count }} respaldo(s) en el período.
| Fecha | Tipo | Tamaño | Ubicación | Verificado |
|---|---|---|---|---|
| {{ $backup->created_at->format('d/m/Y') }} | {{ $backup->type === 'full' ? 'Completo' : $backup->type }} | {{ $backup->formatted_size }} | {{ $backup->storage_location }} | {{ $backup->is_verified ? '✓ Sí' : '⚠ Pendiente' }} |
No se realizaron respaldos en este período.
@endif| WordPress | {{ $site->wp_version ?? 'N/A' }} |
| PHP | {{ $site->php_version ?? 'N/A' }} |
| Hosting | {{ $site->hosting_provider ?? 'N/A' }} |
| SSL | {{ $site->ssl_expiry ? 'Vence ' . $site->ssl_expiry->format('d/m/Y') : 'N/A' }} |
| Dominio | {{ $site->domain_expiry ? 'Vence ' . $site->domain_expiry->format('d/m/Y') : 'N/A' }} |