mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 23:08:14 +00:00
Fix for login page issues
This commit is contained in:
@ -8,13 +8,13 @@
|
||||
Projects
|
||||
</button>
|
||||
|
||||
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId" mat-button (click)="backToProject()">
|
||||
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId && !isLoginPage" mat-button (click)="backToProject()">
|
||||
Back to project
|
||||
</button>
|
||||
|
||||
<span class="fill-space"></span>
|
||||
|
||||
<button mat-button [matMenuTriggerFor]="menu">
|
||||
<button mat-button *ngIf="!isLoginPage" [matMenuTriggerFor]="menu">
|
||||
<mat-icon>more_vert</mat-icon>
|
||||
</button>
|
||||
|
||||
|
Reference in New Issue
Block a user