mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	VPC UI: Network ACL: Only show 'acl' tab on detail view
reviewed-by: jessica
This commit is contained in:
		
							parent
							
								
									b7f920b4c0
								
							
						
					
					
						commit
						5d94a8de8c
					
				@ -97,7 +97,15 @@
 | 
			
		||||
                          }
 | 
			
		||||
                        }
 | 
			
		||||
                      },
 | 
			
		||||
                      detailView: tierDetailView
 | 
			
		||||
                      detailView: function() {
 | 
			
		||||
                        var detailView = $.extend(true, {}, tierDetailView);
 | 
			
		||||
 | 
			
		||||
                        detailView.tabs = {
 | 
			
		||||
                          acl: tierDetailView.tabs.acl
 | 
			
		||||
                        };
 | 
			
		||||
 | 
			
		||||
                        return detailView;
 | 
			
		||||
                      }
 | 
			
		||||
                    }
 | 
			
		||||
                  }),
 | 
			
		||||
                  { context: acl.context }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user