Skip to content

Commit a7a8925

Browse files
committed
fix: Missing Menus? #11
1 parent 2dd20b3 commit a7a8925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/controls/menu-stat/menu-stat.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<button mat-button>loading...</button>
33
</div>
44
<div *ngIf="menuTree">
5-
<a href="/">
5+
<a (click)="gotoUploadPage()">
66
<!-- <button mat-icon-button> -->
77
<mat-icon mat-list-icon color="primary" style="margin: 5px; float: left"
88
>note</mat-icon
@@ -11,7 +11,7 @@
1111
</a>
1212
<button
1313
mat-button
14-
*ngFor="let item of [m01, m02, m03, m04, m05]; let idx = index"
14+
*ngFor="let item of [m05]; let idx = index"
1515
[matMenuTriggerFor]="item"
1616
>
1717
{{ menuTree[idx].name }}

0 commit comments

Comments
 (0)