Skip to content

Commit 6bfa586

Browse files
Merge pull request mailcow#6813 from mailcow/staging
Update 2025-09c
2 parents e31b6d9 + df4d3bb commit 6bfa586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/web/js/site/dashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ function update_stats(timeout=5){
13451345

13461346
window.fetch("/api/v1/get/status/host", {method:'GET',cache:'no-cache'}).then(function(response) {
13471347
return response.json();
1348+
}).then(function(data) {
13481349
if (data){
13491350
// display table data
13501351
$("#host_date").text(data.system_time);

0 commit comments

Comments
 (0)