mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
This commit is contained in:
		
							parent
							
								
									5cc47f77c5
								
							
						
					
					
						commit
						6ab27267be
					
				@ -540,11 +540,8 @@
 | 
				
			|||||||
                                    domain: {
 | 
					                                    domain: {
 | 
				
			||||||
                                        label: 'label.domain',
 | 
					                                        label: 'label.domain',
 | 
				
			||||||
                                        select: function(args) {
 | 
					                                        select: function(args) {
 | 
				
			||||||
                                            var items = [];
 | 
					 | 
				
			||||||
                                            $.ajax({
 | 
					                                            $.ajax({
 | 
				
			||||||
                                                url: createURL("listDomains&listAll=true"),
 | 
					                                                url: createURL("listDomains&listAll=true"),
 | 
				
			||||||
                                                dataType: "json",
 | 
					 | 
				
			||||||
                                                async: false,
 | 
					 | 
				
			||||||
                                                success: function(json) {
 | 
					                                                success: function(json) {
 | 
				
			||||||
                                                    var items = [];
 | 
					                                                    var items = [];
 | 
				
			||||||
                                                    items.push({
 | 
					                                                    items.push({
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user