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
commit fb639c8acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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