forked from CIT/Vmeda.Online
		
	MOBILE-3320 privatefiles: Display chevron in subfolders
This commit is contained in:
		
							parent
							
								
									7c265ae769
								
							
						
					
					
						commit
						70e3bd9843
					
				@ -33,7 +33,7 @@
 | 
				
			|||||||
        <!-- List of files. -->
 | 
					        <!-- List of files. -->
 | 
				
			||||||
        <ion-list *ngIf="files && files.length > 0">
 | 
					        <ion-list *ngIf="files && files.length > 0">
 | 
				
			||||||
            <ng-container *ngFor="let file of files">
 | 
					            <ng-container *ngFor="let file of files">
 | 
				
			||||||
                <ion-item button *ngIf="file.isdir" class="item-file" (click)="openFolder(file)">
 | 
					                <ion-item button *ngIf="file.isdir" class="item-file" (click)="openFolder(file)" detail="true">
 | 
				
			||||||
                    <ion-thumbnail slot="start">
 | 
					                    <ion-thumbnail slot="start">
 | 
				
			||||||
                        <img [src]="file.imgPath" alt="" role="presentation">
 | 
					                        <img [src]="file.imgPath" alt="" role="presentation">
 | 
				
			||||||
                    </ion-thumbnail>
 | 
					                    </ion-thumbnail>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user