mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
		@@ -15,8 +15,11 @@ const model = Backbone.Model.extend({
 | 
			
		||||
            udp_forwarding:  false,
 | 
			
		||||
            enabled:         true,
 | 
			
		||||
            meta:            {},
 | 
			
		||||
            certificate_id:  0,
 | 
			
		||||
            domain_names:    [],
 | 
			
		||||
            // The following are expansions:
 | 
			
		||||
            owner:           null
 | 
			
		||||
            owner:           null,
 | 
			
		||||
            certificate:     null
 | 
			
		||||
        };
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user