Feat: Add System Control (Standby Mode) and Resource Monitor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import AdminLayout from '../../layouts/AdminLayout.astro';
|
||||
import SystemMonitor from '../../components/admin/dashboard/SystemMonitor';
|
||||
import SystemControl from '../../components/admin/SystemControl';
|
||||
---
|
||||
|
||||
<AdminLayout title="Mission Control">
|
||||
@@ -9,6 +10,10 @@ import SystemMonitor from '../../components/admin/dashboard/SystemMonitor';
|
||||
<h1 class="text-3xl font-bold text-white mb-2">Command Station</h1>
|
||||
<p class="text-slate-400">System Monitoring, Sub-Station Status, and Content Integrity.</p>
|
||||
</div>
|
||||
|
||||
<div class="mb-8">
|
||||
<SystemControl client:load />
|
||||
</div>
|
||||
|
||||
<SystemMonitor client:load />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user