Skip to content

Commit

Permalink
Merge pull request #2090 from spadgett/service-instance-trackby
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 15, 2017
2 parents f072693 + 266c7bc commit 0018df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h2>
</h2>
<div class="list-pf">
<service-instance-row
ng-repeat="serviceInstance in overview.filteredServiceInstances"
ng-repeat="serviceInstance in overview.filteredServiceInstances track by (serviceInstance | uid)"
api-object="serviceInstance"
bindings="overview.bindingsByInstanceRef[serviceInstance.metadata.name]"
state="overview.state"></service-instance-row>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -11457,7 +11457,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"Provisioned Services\n" +
"</h2>\n" +
"<div class=\"list-pf\">\n" +
"<service-instance-row ng-repeat=\"serviceInstance in overview.filteredServiceInstances\" api-object=\"serviceInstance\" bindings=\"overview.bindingsByInstanceRef[serviceInstance.metadata.name]\" state=\"overview.state\"></service-instance-row>\n" +
"<service-instance-row ng-repeat=\"serviceInstance in overview.filteredServiceInstances track by (serviceInstance | uid)\" api-object=\"serviceInstance\" bindings=\"overview.bindingsByInstanceRef[serviceInstance.metadata.name]\" state=\"overview.state\"></service-instance-row>\n" +
"</div>\n" +
"</div>\n" +
"</div>\n" +
Expand Down

0 comments on commit 0018df6

Please sign in to comment.