We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31b6d9 + df4d3bb commit 6bfa586Copy full SHA for 6bfa586
data/web/js/site/dashboard.js
@@ -1345,6 +1345,7 @@ function update_stats(timeout=5){
1345
1346
window.fetch("/api/v1/get/status/host", {method:'GET',cache:'no-cache'}).then(function(response) {
1347
return response.json();
1348
+ }).then(function(data) {
1349
if (data){
1350
// display table data
1351
$("#host_date").text(data.system_time);
0 commit comments