From f307ad284905397268216c8f5ad347baa9b87e36 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sun, 14 Dec 2025 22:38:18 -0500 Subject: [PATCH] feat: comprehensive admin dashboard with quick links and API reference --- src/pages/admin/index.astro | 241 ++++++++++++++++++++++++++++++++++-- 1 file changed, 232 insertions(+), 9 deletions(-) diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 0cf9664..1287539 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -1,20 +1,243 @@ --- import AdminLayout from '../../layouts/AdminLayout.astro'; -import SystemMonitor from '../../components/admin/dashboard/SystemMonitor'; import SystemControl from '../../components/admin/SystemControl'; +import ResourceMonitor from '../../components/admin/ResourceMonitor'; --- -
-
-

Command Station

-

System Monitoring, Sub-Station Status, and Content Integrity.

+
+ +
+

πŸ”± Valhalla Command Center

+

Complete God Mode overview, system metrics, and quick access to all tools

-
- + +
+ + +
+ + + + + +
+

πŸ”— God Mode API Endpoints

+
+
+

Database

+
    +
  • β€’ POST /api/god/sql
  • +
  • β€’ POST /api/god/schema/init
  • +
  • β€’ GET /api/god/pool/stats
  • +
  • β€’ POST /api/god/mechanic/execute
  • +
+
+
+

Data & Geo

+
    +
  • β€’ POST /api/god/data/ingest
  • +
  • β€’ POST /api/god/geo/launch-campaign
  • +
  • β€’ POST /api/god/shim/preview
  • +
+
+
+

Intelligence

+
    +
  • β€’ POST /api/intelligence/prompts/test
  • +
  • β€’ POST /api/intelligence/spintax/validate
  • +
+
+
+

System

+
    +
  • β€’ POST /api/god/system/config
  • +
  • β€’ GET /api/god/logs
  • +
  • β€’ GET /api/god/health
  • +
+
+
- -
+ +