mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-7796: UI > network > detail view > data provider > remove unnecessary module check.
This commit is contained in:
		
							parent
							
								
									8acdd7fbf2
								
							
						
					
					
						commit
						26cf97e2de
					
				@ -1386,11 +1386,6 @@
 | 
				
			|||||||
                                        success: function(json) {
 | 
					                                        success: function(json) {
 | 
				
			||||||
                                            var jsonObj = json.listnetworksresponse.network[0];
 | 
					                                            var jsonObj = json.listnetworksresponse.network[0];
 | 
				
			||||||
                                            addExtraPropertiesToGuestNetworkObject(jsonObj);                                                                               
 | 
					                                            addExtraPropertiesToGuestNetworkObject(jsonObj);                                                                               
 | 
				
			||||||
                                             
 | 
					 | 
				
			||||||
                                            if (isModuleIncluded("dr")) {
 | 
					 | 
				
			||||||
                                                cloudStack.dr.sharedFunctions.addExtraProperties(jsonObj, "Network"); 
 | 
					 | 
				
			||||||
                                            }
 | 
					 | 
				
			||||||
                                                                                     
 | 
					 | 
				
			||||||
                                            args.response.success({
 | 
					                                            args.response.success({
 | 
				
			||||||
                                                actionFilter: cloudStack.actionFilter.guestNetwork,
 | 
					                                                actionFilter: cloudStack.actionFilter.guestNetwork,
 | 
				
			||||||
                                                data: jsonObj
 | 
					                                                data: jsonObj
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user