1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Update dashboard.html

This commit is contained in:
Alexandr Topilski 2019-06-05 19:37:53 +03:00 committed by GitHub
parent 1c5c5ea984
commit 0d35c65ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -562,7 +562,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
service_hdd_free.text(service.hdd_free + ' MB');
var service_timestamp = $('#service_timestamp');
var current_datetime = new Date(service.timestamp);
service_timestamp.text(current_datetime.toString());
service_timestamp.text(current_datetime);
});
// stream
function add_stream_entry(url) {