Removed the top banner and logo on the controllers page

This commit is contained in:
Rajnikant Lodhi 2022-10-19 18:29:05 +05:30
parent 88f44554de
commit 6577bfc926

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>