From 0d35c65ea5372e25c0682f2e0060e1295f3e5fb1 Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Wed, 5 Jun 2019 19:37:53 +0300 Subject: [PATCH] Update dashboard.html --- app/templates/user/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/user/dashboard.html b/app/templates/user/dashboard.html index 93ccf50..c9595ef 100644 --- a/app/templates/user/dashboard.html +++ b/app/templates/user/dashboard.html @@ -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) {