Filename |
+ Created |
+ Modified |
Size |
|
|
diff --git a/public/js/tpl/logs/list_item.html b/public/js/tpl/logs/list_item.html
index ea46def..576b923 100644
--- a/public/js/tpl/logs/list_item.html
+++ b/public/js/tpl/logs/list_item.html
@@ -6,6 +6,12 @@
<%-name%>
<% } %>
+
+ <%- new Date(created).toLocaleString() %>
+ |
+
+ <%- new Date(modified).toLocaleString() %>
+ |
<%-formattedSize%>
|