diff --git a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/audit/inner.html.j2 b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/audit/inner.html.j2 index ca353b5..cfb41b8 100644 --- a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/audit/inner.html.j2 +++ b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/audit/inner.html.j2 @@ -1,4 +1,4 @@ -
- Separate multiple entries with comma. -
- - - -{{ client.description }}
+ {% 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 }} + | +