Skip to content

Commit

Permalink
do not track titus policies by id
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored and tomaslin committed Mar 16, 2018
1 parent ff4161b commit 19aa4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverGroup/details/serverGroupDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3 select-on-dbl-click>

<collapsible-section heading="Scaling Policies" ng-if="ctrl.scalingPoliciesEnabled">
<titus-scaling-policy-summary
ng-repeat="policy in serverGroup.scalingPolicies track by policy.id"
ng-repeat="policy in serverGroup.scalingPolicies"
policy="policy"
server-group="serverGroup"
application="ctrl.application"></titus-scaling-policy-summary>
Expand Down

0 comments on commit 19aa4c8

Please sign in to comment.