From be63b30285d4a58923f382fd2ab964ca4eb0b458 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Wed, 24 Jun 2026 22:43:49 +0000 Subject: [PATCH] feat: redesign dashboard with huggingface aesthetics --- templates/dashboard.html | 499 +++++++++++++++++++++++++++++++++++---- 1 file changed, 448 insertions(+), 51 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 5ca88b1..3effdc4 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,63 +1,460 @@ {% extends "base.html" %} {% block content %} -
-

Dashboard

-

Manage scopes, rules and monitor agent activity.

-
+ -
- -
-

Rule Scopes

-
    - {% for scope in rules.keys() %} -
  • -
    - {{ scope }} +
    + +
    +
    + + KILL-SWITCH DR. NEXUM +
    +
    +
    + J-X + avant le 15 nov 2026 +
    +
    +
    +
    + +
    + + / 1000 +
    +
    +
    +
    +
    - Edit Rules -
  • - {% endfor %} - {% if not rules %} -
  • No scopes available.
  • - {% endif %} -
+
+
+ +
+ + / 300 +
+
+
+
+
+
+
+
- -
-

Recent Activity

-
- - - - - - - - - - {% for log in logs[:10] %} - - - - - - {% endfor %} - {% if not logs %} - - {% endif %} - -
AgentScopeTime
{{ log.agent_name }} - - {{ log.scope }} - - {{ log.timestamp }}
No recent activity
+ +
+
+ +
Chargement des agents...
- + +
+ +
+ +
+
+ + Registre Ports +
+
+
+ +
Chargement des ports...
+
+
+
+ + +
+
+ + Règles Infra +
+
+ +
Chargement de l'infrastructure...
+
+
+
+ + +
+ +
+
+ + Raccourcis Admin +
+ +
+ + +
+
+ + Stack LLM +
+
+
+
+
+
+
+
+ + +
+
+ + Audit Récent +
+
+
+ +
+
+
+ + {% endblock %}