Skip to content

Commit

Permalink
Merge pull request #12 from markwinter/fix-transformer-metrics
Browse files Browse the repository at this point in the history
Fix showing transformer metrics
  • Loading branch information
yuzisun authored Oct 24, 2021
2 parents d23d106 + e733573 commit da68607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div class="graphs">
<app-grafana-graph
*ngFor="let conf of configs.predictor"
*ngFor="let conf of configs.transformer"
[config]="conf"
></app-grafana-graph>
</div>
Expand Down

0 comments on commit da68607

Please sign in to comment.