I changed servers string into controllers string on the server page

This commit is contained in:
Rajnikant Lodhi
2022-07-18 12:01:22 +05:30
parent caa444121e
commit 9f80df4360
5 changed files with 15 additions and 10 deletions

View File

@ -2,7 +2,7 @@
<mat-toolbar color="primary">
<button mat-icon-button><mat-icon svgIcon="gns3"></mat-icon></button>
<button mat-button routerLink="/servers">Servers</button>
<button mat-button routerLink="/servers">Controllers</button>
<button *ngIf="!recentlyOpenedProjectId && serverIdProjectList" mat-button (click)="listProjects()">
Projects
@ -14,7 +14,7 @@
<span class="fill-space"></span>
<button mat-button *ngIf="!isLoginPage" [matMenuTriggerFor]="menu">
<button mat-button *ngIf="!isLoginPage && router.url !='/servers'" [matMenuTriggerFor]="menu">
<mat-icon>more_vert</mat-icon>
</button>