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 }}
+
+
+
+
+
+
+ J-X
+ avant le 15 nov 2026
+
+
+
+
+
+
+
+ / 1000
+
+
+
-
Edit Rules
-
- {% endfor %}
- {% if not rules %}
-
- No scopes available.
- {% endif %}
-
+
+
+
+
+
+ / 300
+
+
+
+
+
+
-
-
-
Recent Activity
-
-
-
-
- | Agent |
- Scope |
- Time |
-
-
-
- {% for log in logs[:10] %}
-
- | {{ log.agent_name }} |
-
-
- {{ log.scope }}
-
- |
- {{ log.timestamp }} |
-
- {% endfor %}
- {% if not logs %}
- | No recent activity |
- {% endif %}
-
-
+
+
+
+
{% endblock %}