Commit 008c44b8eb02e3123a4bde3ff379b782384ed064
1 parent
7cea4f3b
Exists in
master
no message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -35,7 +35,8 @@ |
35 | 35 | </div> |
36 | 36 | <div class="panel-body"> |
37 | 37 | <div class="row"> |
38 | - <div class="col-lg-4 col-md-3 col-sm-6 col-xs-12" *ngFor="let item of resultData | filter:FilterSearch: 'team'"> | |
38 | + <div class="col-lg-4 col-md-3 col-sm-6 col-xs-12" *ngFor="let item of resultData"> | |
39 | + <!-- <div class="col-lg-4 col-md-3 col-sm-6 col-xs-12" *ngFor="let item of resultData | filter:FilterSearch: 'team'"> เรียกได้แค่อย่างเดียว --> | |
39 | 40 | <a class="dashboard-stat dashboard-stat-v2 red " |
40 | 41 | href="{{item.link}}" |
41 | 42 | target="_blank" | ... | ... |