God Mode: Sync All Admin Pages & Components. Fix Navigation. Fix Schemas.
This commit is contained in:
14
src/pages/admin/content/work_log.astro
Normal file
14
src/pages/admin/content/work_log.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
---
|
||||
import Layout from '@/layouts/AdminLayout.astro';
|
||||
import LogViewer from '@/components/admin/content/LogViewer';
|
||||
---
|
||||
<Layout title="System Logs">
|
||||
<div class="p-8">
|
||||
<div class="mb-6">
|
||||
<h1 class="text-3xl font-bold text-white mb-2">System Work Log</h1>
|
||||
<p class="text-gray-400">Real-time backend execution and activity logs.</p>
|
||||
</div>
|
||||
<LogViewer client:load />
|
||||
</div>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user