Add options menu and option to export to HTML
This commit is contained in:
@@ -40,7 +40,10 @@
|
||||
<ion-item button slot="end" lines="full" (click)="logOut()">
|
||||
<ion-icon name="exit" slot="start"></ion-icon>
|
||||
<ion-label>Log out</ion-label>
|
||||
|
||||
</ion-item>
|
||||
<ion-item button slot="end" lines="full" (click)="showOptions()">
|
||||
<ion-icon name="list" slot="start"></ion-icon>
|
||||
<ion-label>Options</ion-label>
|
||||
</ion-item>
|
||||
</ion-footer>
|
||||
</ion-menu>
|
||||
|
||||
Reference in New Issue
Block a user