Merge pull request #6813 from mailcow/staging

Update 2025-09c
This commit is contained in:
FreddleSpl0it 2025-10-07 11:43:15 +02:00 committed by GitHub
commit 6bfa58611e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1345,6 +1345,7 @@ function update_stats(timeout=5){
window.fetch("/api/v1/get/status/host", {method:'GET',cache:'no-cache'}).then(function(response) {
return response.json();
}).then(function(data) {
if (data){
// display table data
$("#host_date").text(data.system_time);