forked from EVOgeek/Vmeda.Online
		
	Merge pull request #3857 from NoelDeMartin/MOBILE-4463
MOBILE-4463 dev: Fix logged out app settings
This commit is contained in:
		
						commit
						e04c1e86c1
					
				| @ -53,29 +53,33 @@ | ||||
|                 </ion-label> | ||||
|                 <ion-toggle [(ngModel)]="pluginStyles" (ionChange)="pluginStylesChanged()" slot="end"></ion-toggle> | ||||
|             </ion-item> | ||||
|             <ion-item class="ion-text-wrap" *ngIf="userToursEnabled"> | ||||
|                 <ion-label> | ||||
|                     <p class="item-heading">Reset user tours</p> | ||||
|                 </ion-label> | ||||
|                 <ion-button (click)="resetUserTours()" aria-label="Reset user tours" fill="clear" slot="end"> | ||||
|                     <ion-icon slot="icon-only" aria-hidden="true" name="fas-repeat"></ion-icon> | ||||
|                 </ion-button> | ||||
|             </ion-item> | ||||
|             <ion-item class="ion-text-wrap"> | ||||
|                 <ion-label> | ||||
|                     <p class="item-heading">Invalidate caches</p> | ||||
|                 </ion-label> | ||||
|                 <ion-button (click)="invalidateCaches()" aria-label="Invalidate caches" fill="clear" slot="end"> | ||||
|                     <ion-icon slot="icon-only" aria-hidden="true" name="fas-rotate-right"></ion-icon> | ||||
|                 </ion-button> | ||||
|             </ion-item> | ||||
|         </ng-container> | ||||
| 
 | ||||
|             <ion-item class="ion-text-wrap" (click)="openErrorLog()" [detail]="true" button> | ||||
|                 <ion-label> | ||||
|                     <p class="item-heading">Error log</p> | ||||
|                 </ion-label> | ||||
|             </ion-item> | ||||
|         <ion-item class="ion-text-wrap" *ngIf="userToursEnabled"> | ||||
|             <ion-label> | ||||
|                 <p class="item-heading">Reset user tours</p> | ||||
|             </ion-label> | ||||
|             <ion-button (click)="resetUserTours()" aria-label="Reset user tours" fill="clear" slot="end"> | ||||
|                 <ion-icon slot="icon-only" aria-hidden="true" name="fas-repeat"></ion-icon> | ||||
|             </ion-button> | ||||
|         </ion-item> | ||||
| 
 | ||||
|         <ion-item class="ion-text-wrap"> | ||||
|             <ion-label> | ||||
|                 <p class="item-heading">Invalidate caches</p> | ||||
|             </ion-label> | ||||
|             <ion-button (click)="invalidateCaches()" aria-label="Invalidate caches" fill="clear" slot="end"> | ||||
|                 <ion-icon slot="icon-only" aria-hidden="true" name="fas-rotate-right"></ion-icon> | ||||
|             </ion-button> | ||||
|         </ion-item> | ||||
| 
 | ||||
|         <ion-item class="ion-text-wrap" (click)="openErrorLog()" [detail]="true" button> | ||||
|             <ion-label> | ||||
|                 <p class="item-heading">Error log</p> | ||||
|             </ion-label> | ||||
|         </ion-item> | ||||
| 
 | ||||
|         <ng-container *ngIf="siteId"> | ||||
|             <ion-item-divider> | ||||
|                 <ion-label> | ||||
|                     <h2>Disabled features</h2> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user