Skip to content

Commit

Permalink
fix property name (#3666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha authored and k8s-ci-robot committed Mar 18, 2019
1 parent d141d41 commit fc19481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<ng-container matColumnDef="pods">
<mat-header-cell *matHeaderCellDef>Pods</mat-header-cell>
<mat-cell *matCellDef="let rc">
{{rc.pods.running}} / {{rc.pods.desired}}
{{rc.podInfo.running}} / {{rc.podInfo.desired}}
</mat-cell>
</ng-container>

Expand Down

0 comments on commit fc19481

Please sign in to comment.