From a8fd0531d4f795374373e13e63245ec4c58075e7 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 23 Feb 2022 21:32:29 +0800 Subject: Template for /admin/logs --- jimbrella/templates/admin/logs.html | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 jimbrella/templates/admin/logs.html (limited to 'jimbrella/templates') diff --git a/jimbrella/templates/admin/logs.html b/jimbrella/templates/admin/logs.html new file mode 100644 index 0000000..1081552 --- /dev/null +++ b/jimbrella/templates/admin/logs.html @@ -0,0 +1,40 @@ + + + + Logs - JI Umbrella + + + + +

Logs

+
+ {% include "admin/tabs.html" %} +
+ + + + + + + + + + + + + {% for log in logs %} + + + + + + + + + {% endfor %} + +
DateUmbrella #ActionTenantIDPhone
{{ log.date }}{{ log.id }}{{ log.action }}{{ log.tenant_name }}{{ log.tenant_id }}{{ log.tenant_phone }}
+
+
+ + -- cgit v1.2.3