You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-02 16:53:15 +03:00 
			
		
		
		
	fix: increasing maxOptions (amount of domains) to 30
This commit is contained in:
		@@ -265,7 +265,7 @@ module.exports = Mn.View.extend({
 | 
				
			|||||||
        this.ui.domain_names.selectize({
 | 
					        this.ui.domain_names.selectize({
 | 
				
			||||||
            delimiter:    ',',
 | 
					            delimiter:    ',',
 | 
				
			||||||
            persist:      false,
 | 
					            persist:      false,
 | 
				
			||||||
            maxOptions:   15,
 | 
					            maxOptions:   30,
 | 
				
			||||||
            create:       function (input) {
 | 
					            create:       function (input) {
 | 
				
			||||||
                return {
 | 
					                return {
 | 
				
			||||||
                    value: input,
 | 
					                    value: input,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user