Repository: helix Updated Branches: refs/heads/master f76a734d3 -> c0f44aa15
Fix helix-front build issue. Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/c0f44aa1 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/c0f44aa1 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/c0f44aa1 Branch: refs/heads/master Commit: c0f44aa15ab096fae6663da1b12d59d27ad1e80a Parents: f76a734 Author: Junkai Xue <[email protected]> Authored: Mon Jul 23 15:47:25 2018 -0700 Committer: Junkai Xue <[email protected]> Committed: Mon Jul 23 15:47:25 2018 -0700 ---------------------------------------------------------------------- helix-front/client/app/cluster/cluster.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/c0f44aa1/helix-front/client/app/cluster/cluster.component.html ---------------------------------------------------------------------- diff --git a/helix-front/client/app/cluster/cluster.component.html b/helix-front/client/app/cluster/cluster.component.html index 5e41249..f33b242 100644 --- a/helix-front/client/app/cluster/cluster.component.html +++ b/helix-front/client/app/cluster/cluster.component.html @@ -11,6 +11,6 @@ <router-outlet></router-outlet> </section> </mat-sidenav-container> -<button mat-mini-fab [ngClass]="['toggle-button', sidenav.opened ? 'open' : 'close']" color="" (click)="toggleSidenav(this)"> +<button mat-mini-fab [ngClass]="['toggle-button', sidenav.opened ? 'open' : 'close']" color="" (click)="toggleSidenav()"> <mat-icon>chevron_{{ sidenav.opened ? 'left' : 'right' }}</mat-icon> </button>
