Remove indexing indicator
This commit is contained in:
		
							parent
							
								
									a1fbfeaf5c
								
							
						
					
					
						commit
						1178583c27
					
				@ -18,8 +18,5 @@
 | 
			
		||||
    <div class="text-center loading-spinner" [class]="style" *ngIf="isLoading && !disableSpinner">
 | 
			
		||||
      <div class="spinner-border text-light"></div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div *ngIf="showIndexingInProgress" class="indexing-message">
 | 
			
		||||
      <span class="badge badge-pill badge-warning" i18n="lightning.indexing-in-progress">Indexing in progress</span>
 | 
			
		||||
    </div>
 | 
			
		||||
  </ng-container>
 | 
			
		||||
</div>
 | 
			
		||||
@ -36,7 +36,6 @@ export class NodesChannelsMap implements OnInit {
 | 
			
		||||
  channelCurve = 0;
 | 
			
		||||
  nodeSize = 4;
 | 
			
		||||
  isLoading = false;
 | 
			
		||||
  showIndexingInProgress = false;
 | 
			
		||||
 | 
			
		||||
  chartInstance = undefined;
 | 
			
		||||
  chartOptions: EChartsOption = {};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user