Skip to content

Commit

Permalink
Merge pull request #2247 from spadgett/binding-name
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Oct 11, 2017
2 parents 8ef85f7 + 9396acb commit 7fd5c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/service-instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>
{{application.metadata.name}}
</span>
<span ng-if="!application">
{{firstBinding.spec.secretName}}
{{firstBinding.metadata.name}}
</span>
<ng-pluralize count="bindingsByInstanceRef[serviceInstance.metadata.name].length"
when="{'0':'', '1':'', '2':'and {} other', 'other':'and {} others'}"
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -13173,7 +13173,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"{{application.metadata.name}}\n" +
"</span>\n" +
"<span ng-if=\"!application\">\n" +
"{{firstBinding.spec.secretName}}\n" +
"{{firstBinding.metadata.name}}\n" +
"</span>\n" +
"<ng-pluralize count=\"bindingsByInstanceRef[serviceInstance.metadata.name].length\" when=\"{'0':'', '1':'', '2':'and {} other', 'other':'and {} others'}\" offset=\"1\">\n" +
"</ng-pluralize>\n" +
Expand Down

0 comments on commit 7fd5c10

Please sign in to comment.