Add console epp password integration (#2426)

This commit is contained in:
Pavlo Tkach
2024-05-06 18:32:54 +00:00
committed by GitHub
parent 2c7bf2cfdb
commit 54c896cbb9
5 changed files with 57 additions and 16 deletions
@@ -7,7 +7,7 @@
*matTreeNodeDef="let node"
matTreeNodeToggle
(click)="onClick(node)"
[class.active]="router.url.endsWith(node.path)"
[class.active]="router.url.includes(node.path)"
>
<mat-icon class="console-app__nav-icon" *ngIf="node.iconName">
{{ node.iconName }}