mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-11 19:51:41 +00:00
Merge pull request #1405 from GNS3/bugfix-1371
Removed the top banner and logo on the controllers page
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user