mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Merge branch 'NginxProxyManager:develop' into develop
This commit is contained in:
		@@ -50,7 +50,8 @@ module.exports = Mn.View.extend({
 | 
			
		||||
    onRender: function () {
 | 
			
		||||
        let view = this;
 | 
			
		||||
 | 
			
		||||
        Api.Reports.getHostStats()
 | 
			
		||||
        if (typeof view.stats.hosts === 'undefined') {
 | 
			
		||||
            Api.Reports.getHostStats()
 | 
			
		||||
                .then(response => {
 | 
			
		||||
                    if (!view.isDestroyed()) {
 | 
			
		||||
                        view.stats.hosts = response;
 | 
			
		||||
@@ -60,6 +61,7 @@ module.exports = Mn.View.extend({
 | 
			
		||||
                .catch(err => {
 | 
			
		||||
                    console.log(err);
 | 
			
		||||
                });
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user