diff --git a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/dashboard.html b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/dashboard.html index 55bcf75..800e0c5 100644 --- a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/dashboard.html +++ b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/dashboard.html @@ -1,242 +1,488 @@ {% extends "/dashboard/_base.html" %} {% block content %}
| + Timestamp + | ++ Subsystem + | ++ Client/Username + | ++ Origin + | +||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
+ + {{ entry.timestamp }} + -
-
-
- Stats-
+
-
-
-
-
+
-
-
-
+
-
-
-
-
-
- Last Login Events- {% if last_login_events.total > 0 %} -
No entries - {% endif %} -
-
+
-
- Last Audit Events- {% if last_audit_events.total > 0 %} -
No entries - {% endif %} -
+ {{ entry.origin }}
+ |
+ |
No entries
+ {% endif %} +| + Timestamp + | ++ Subsystem + | ++ Message + | ++ Origin + | +
|---|---|---|---|
|
+ + {{ entry.timestamp }} + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if entry.data %} {% for key, value in entry.data.items()
+ %}
+
+
+ {% endfor %} {% endif %}
+ |
+
+ + {{ entry.subsystem }} + | + ++ {{ entry.message }} + | + ++ {{ entry.origin }} + | +
No entries
+ {% endif %} +