mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-23 00:49:01 +00:00
I changed servers string into controllers string on the server page
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user