You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							617 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							617 B
						
					
					
				| <div ng-show="subTabConfig" ng-init="subTabConfig = $parent.subTabConfig" class="breadcrumb-tabs"
 | |
|      ng-controller="Developer.NavBarController">
 | |
|   <ul class="nav nav-tabs">
 | |
|     <li ng-repeat="breadcrumb in subTabConfig" ng-show="isValid(breadcrumb)"
 | |
|         class="{{breadcrumb.active ? 'active' : ''}}"
 | |
|         title="{{breadcrumb.title}}">
 | |
|         <a href="{{breadcrumb.href}}">{{breadcrumb.label}}</a>
 | |
|     </li>
 | |
|   </ul>
 | |
| <div class="pull-right inline-block"
 | |
|         ng-show="model.serviceApps && model.serviceApps.length"
 | |
|         ng-include="'plugins/kubernetes/html/serviceApps.html'"></div>
 | |
| </div>
 |