Skip to content

Commit

Permalink
Fix pod list cores column: we had a typo in template (kubernetes#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryk committed Nov 25, 2016
1 parent 0e4da66 commit f5f7bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/frontend/podlist/podcard.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div ng-if="::$ctrl.hasCpuUsage(pod)">
<kd-sparkline timeseries="::$ctrl.pod.metrics.cpuUsageHistory"
class="kd-sparkline-cpu-series"></kd-sparkline>
{{::(pod.metrics.cpuUsage | kdCores)}}
{{::($ctrl.pod.metrics.cpuUsage | kdCores)}}
</div>
<div ng-if="::!$ctrl.hasCpuUsage(pod)">-</div>
</kd-resource-card-column>
Expand Down

0 comments on commit f5f7bcb

Please sign in to comment.