You've already forked mailcow-dockerized
							
							
				mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-10-30 23:57:54 +02:00 
			
		
		
		
	[Web] Fix dashboard host stats
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user