Storing server id for recently opened project list

This commit is contained in:
piotrpekala7
2021-02-26 23:02:49 +01:00
parent d45947999d
commit 1b0c62c0d1
4 changed files with 24 additions and 2 deletions

View File

@ -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>