Admin layout - topbar changes
This commit is contained in:
parent
bada2637de
commit
fad42a5ddf
@ -148,7 +148,7 @@
|
|||||||
<button appToggleFullscreen mat-icon-button>
|
<button appToggleFullscreen mat-icon-button>
|
||||||
<mat-icon>fullscreen</mat-icon>
|
<mat-icon>fullscreen</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button [mat-menu-trigger-for]="user2" mat-icon-button class="ml-xs overflow-visible">
|
<!--<button [mat-menu-trigger-for]="user2" mat-icon-button class="ml-xs overflow-visible">
|
||||||
<mat-icon>message</mat-icon>
|
<mat-icon>message</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<mat-menu #user2="matMenu" class="opt-menu" x-position="after">
|
<mat-menu #user2="matMenu" class="opt-menu" x-position="after">
|
||||||
@ -172,7 +172,7 @@
|
|||||||
Lorem ipsum dolor sit amet consectetur.
|
Lorem ipsum dolor sit amet consectetur.
|
||||||
</button>
|
</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
<!-- <button [mat-menu-trigger-for]="user1" mat-icon-button class="ml-xs overflow-visible">
|
<button [mat-menu-trigger-for]="user1" mat-icon-button class="ml-xs overflow-visible">
|
||||||
<mat-icon>reorder</mat-icon>
|
<mat-icon>reorder</mat-icon>
|
||||||
<span class="notification-label">3</span>
|
<span class="notification-label">3</span>
|
||||||
</button> -->
|
</button> -->
|
||||||
@ -195,7 +195,8 @@
|
|||||||
</mat-menu> -->
|
</mat-menu> -->
|
||||||
<button (click)="end.toggle()" mat-icon-button class="ml-xs overflow-visible">
|
<button (click)="end.toggle()" mat-icon-button class="ml-xs overflow-visible">
|
||||||
<mat-icon>notifications</mat-icon>
|
<mat-icon>notifications</mat-icon>
|
||||||
<span class="notification-label">2</span>
|
<!-- <span class="notification-label">2</span> -->
|
||||||
|
<span *ngIf="alertCount != 0" style = "width:23px" class="notification-label" >{{alertCount}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button [mat-menu-trigger-for]="user" mat-icon-button class="ml-xs">
|
<button [mat-menu-trigger-for]="user" mat-icon-button class="ml-xs">
|
||||||
<mat-icon>person</mat-icon>
|
<mat-icon>person</mat-icon>
|
||||||
@ -212,10 +213,10 @@
|
|||||||
<mat-icon>account_box</mat-icon>
|
<mat-icon>account_box</mat-icon>
|
||||||
Profile
|
Profile
|
||||||
</button>
|
</button>
|
||||||
<button mat-menu-item>
|
<!-- <button mat-menu-item>
|
||||||
<mat-icon>notifications_off</mat-icon>
|
<mat-icon>notifications_off</mat-icon>
|
||||||
Disable notifications
|
Disable notifications
|
||||||
</button>
|
</button> -->
|
||||||
<button mat-menu-item (click)="logout()">
|
<button mat-menu-item (click)="logout()">
|
||||||
<mat-icon>exit_to_app</mat-icon>
|
<mat-icon>exit_to_app</mat-icon>
|
||||||
Sign Out
|
Sign Out
|
||||||
@ -238,7 +239,7 @@
|
|||||||
<button appToggleFullscreen mat-icon-button>
|
<button appToggleFullscreen mat-icon-button>
|
||||||
<mat-icon>fullscreen</mat-icon>
|
<mat-icon>fullscreen</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button [mat-menu-trigger-for]="user2" mat-icon-button class="ml-xs overflow-visible">
|
<!-- <button [mat-menu-trigger-for]="user2" mat-icon-button class="ml-xs overflow-visible">
|
||||||
<mat-icon>message</mat-icon>
|
<mat-icon>message</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<mat-menu #user2="matMenu" class="opt-menu" x-position="after">
|
<mat-menu #user2="matMenu" class="opt-menu" x-position="after">
|
||||||
@ -262,7 +263,7 @@
|
|||||||
Lorem ipsum dolor sit amet consectetur.
|
Lorem ipsum dolor sit amet consectetur.
|
||||||
</button>
|
</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
<!-- <button [mat-menu-trigger-for]="user1" mat-icon-button class="ml-xs overflow-visible">
|
<button [mat-menu-trigger-for]="user1" mat-icon-button class="ml-xs overflow-visible">
|
||||||
<mat-icon>reorder</mat-icon>
|
<mat-icon>reorder</mat-icon>
|
||||||
<span class="notification-label">3</span>
|
<span class="notification-label">3</span>
|
||||||
</button>
|
</button>
|
||||||
@ -302,10 +303,10 @@
|
|||||||
<mat-icon>account_box</mat-icon>
|
<mat-icon>account_box</mat-icon>
|
||||||
Profile
|
Profile
|
||||||
</button>
|
</button>
|
||||||
<button mat-menu-item>
|
<!-- <button mat-menu-item>
|
||||||
<mat-icon>notifications_off</mat-icon>
|
<mat-icon>notifications_off</mat-icon>
|
||||||
Disable notifications
|
Disable notifications
|
||||||
</button>
|
</button> -->
|
||||||
<button mat-menu-item (click)="logout()">
|
<button mat-menu-item (click)="logout()">
|
||||||
<mat-icon>exit_to_app</mat-icon>
|
<mat-icon>exit_to_app</mat-icon>
|
||||||
Sign Out
|
Sign Out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user