feat: add impersonation log viewer in filament dashboard
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{--
|
||||
Impersonation Log Viewer Page
|
||||
|
||||
This page displays comprehensive impersonation logs with statistics,
|
||||
advanced filtering, and session management capabilities.
|
||||
Access restricted to Super Admin users only.
|
||||
--}}
|
||||
|
||||
<x-filament-panels::page>
|
||||
<div class="space-y-6">
|
||||
<!-- Table Section -->
|
||||
<div class="bg-white dark:bg-gray-800 rounded-lg shadow border border-gray-200 dark:border-gray-700">
|
||||
{{ $this->table }}
|
||||
</div>
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
Reference in New Issue
Block a user