mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 23:08:14 +00:00
Storing server id for recently opened project list
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
<button mat-button routerLink="/servers">Servers</button>
|
||||
|
||||
<button *ngIf="!recentlyOpenedProjectId && serverIdProjectList" mat-button (click)="listProjects()">Projects</button>
|
||||
|
||||
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId" mat-button (click)="backToProject()">Back to project</button>
|
||||
|
||||
<span class="fill-space"></span>
|
||||
|
Reference in New Issue
Block a user