|
|
@@ -35,7 +35,6 @@ from django.utils.translation import ugettext as _
|
|
|
<%def name="_table(files, path, current_request_path, view)">
|
|
|
<script src="/static/ext/js/jquery/plugins/jquery.cookie.js"></script>
|
|
|
<script src="/static/ext/js/knockout-2.1.0.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="/static/ext/js/moment.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="/static/ext/js/datatables-paging-0.1.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<style type="text/css">
|
|
|
.fixed {
|
|
|
@@ -859,7 +858,7 @@ from django.utils.translation import ugettext as _
|
|
|
size:file.humansize,
|
|
|
user:file.stats.user,
|
|
|
group:file.stats.group,
|
|
|
- mtime:moment.unix(file.stats.mtime).format("MMMM DD, YYYY hh:mm a")
|
|
|
+ mtime:file.mtime
|
|
|
},
|
|
|
selected:ko.observable(false),
|
|
|
handleSelect:function (row, e) {
|