Adds support for creating app repos, viewing app repos and seeing the list of app repos in the Quay UI.
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			399 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			399 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <span class="channel-icon-element" data-title="{{ $ctrl.name }}" bs-tooltip>
 | |
|   <span class="hexagon" ng-style="{'background-color': $ctrl.color($ctrl.name)}">
 | |
|     <span class="before" ng-style="{'border-bottom-color': $ctrl.color($ctrl.name)}"></span>
 | |
|     <span class="after" ng-style="{'border-top-color': $ctrl.color($ctrl.name)}"></span>
 | |
|   </span>
 | |
|   <b>{{ $ctrl.initial($ctrl.name) }}</b>
 | |
| </span> |