diff --git a/public/js/tpl/logs/list.html b/public/js/tpl/logs/list.html index 2f34c62..d97609a 100644 --- a/public/js/tpl/logs/list.html +++ b/public/js/tpl/logs/list.html @@ -2,6 +2,8 @@ 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%>