Thomas Kaul
					
					3 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
2 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					apps/client/src/app/components/position/position.component.html
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -3,12 +3,12 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <a | 
					 | 
					 | 
					    <a | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      class="d-flex p-3 w-100" | 
					 | 
					 | 
					      class="d-flex p-3 w-100" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      [ngClass]="{ 'cursor-default': isLoading }" | 
					 | 
					 | 
					      [ngClass]="{ 'cursor-default': isLoading }" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      [routerLink]="[]" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      [queryParams]="{ | 
					 | 
					 | 
					      [queryParams]="{ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        dataSource: position?.dataSource, | 
					 | 
					 | 
					        dataSource: position?.dataSource, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        positionDetailDialog: true, | 
					 | 
					 | 
					        positionDetailDialog: true, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        symbol: position?.symbol | 
					 | 
					 | 
					        symbol: position?.symbol | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      }" | 
					 | 
					 | 
					      }" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      [routerLink]="[]" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    > | 
					 | 
					 | 
					    > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <div class="d-flex mr-2"> | 
					 | 
					 | 
					      <div class="d-flex mr-2"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <gf-trend-indicator | 
					 | 
					 | 
					        <gf-trend-indicator | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -39,7 +39,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <div *ngIf="!isLoading" class="flex-grow-1 text-truncate"> | 
					 | 
					 | 
					      <div *ngIf="!isLoading" class="flex-grow-1 text-truncate"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <div class="h6 m-0 text-truncate">{{ position?.name }}</div> | 
					 | 
					 | 
					        <div class="h6 m-0 text-truncate">{{ position?.name }}</div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <div class="d-flex"> | 
					 | 
					 | 
					        <div class="d-flex"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					          <span>{{ position?.symbol | gfSymbol }}</span> | 
					 | 
					 | 
					          <small class="text-muted">{{ position?.symbol | gfSymbol }}</small> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        </div> | 
					 | 
					 | 
					        </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <div class="d-flex mt-1"> | 
					 | 
					 | 
					        <div class="d-flex mt-1"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          <gf-value | 
					 | 
					 | 
					          <gf-value | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |