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:
parent
1c5c5ea984
commit
0d35c65ea5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue