Merge pull request #1405 from GNS3/bugfix-1371

Removed the top banner and logo on the controllers page
This commit is contained in:
Jeremy Grossmann
2022-10-20 16:16:59 +08:00
committed by GitHub

View File

@ -1,5 +1,5 @@
<header> <header>
<mat-toolbar color="primary"> <mat-toolbar color="primary" *ngIf="router.url != '/controllers'">
<button mat-icon-button *ngIf="!isLoginPage && router.url == '/controllers'"> <button mat-icon-button *ngIf="!isLoginPage && router.url == '/controllers'">
<mat-icon svgIcon="gns3"></mat-icon> <mat-icon svgIcon="gns3"></mat-icon>
</button> </button>