'; } $icon = $currentOrder === 'asc' ? 'fa-sort-up' : 'fa-sort-down'; return ''; } // Get current filters $currentFilters = $filters ?? ['resolved' => '', 'type' => '', 'sort' => 'last_occurred_at', 'order' => 'desc']; ?>

Total Errors

Unresolved

Last 24h

Occurrences

Clear
Showing to of error(s)
Error Location Occurrences Last Occurred Status Actions

Line

×
Resolved Unresolved

No Errors Found

No errors match your filter criteria. Great! Your application is running smoothly.

1): ?>
Page of
1): ?> Previous 1) { echo '1'; if ($start > 2) echo '...'; } for ($i = $start; $i <= $end; $i++) { if ($i == $currentPage) { echo '' . $i . ''; } else { echo '' . $i . ''; } } if ($end < $totalPages) { if ($end < $totalPages - 1) echo '...'; echo '' . $totalPages . ''; } ?> Next