mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-02 02:56:42 +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:
commit
fb639c8acd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user