Skip to content

Commit

Permalink
Merge pull request #2187 from spadgett/consistent-binding-names
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Sep 29, 2017
2 parents a26e359 + 425e3f9 commit 9b66380
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions app/views/directives/_service-binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<div ng-class="{'col-sm-5 col-md-6': $ctrl.isOverview,
'col-sm-8 col-md-6 col-lg-8': !$ctrl.isOverview}">
<h3>
<div class="component-label">
Secret
</div>
{{$ctrl.binding.metadata.name}}
<span ng-if="$ctrl.refApiObject.kind !== 'ServiceInstance'">
<small ng-if="$ctrl.serviceClass">
Expand Down
2 changes: 1 addition & 1 deletion app/views/overview/_service-instance-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>
{{application.metadata.name}}
</span>
<span ng-if="!application">
{{firstBinding.spec.secretName}}
{{firstBinding.metadata.name}}
</span>
<span ng-if="row.bindings.length > 1">
and
Expand Down
5 changes: 1 addition & 4 deletions dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -5607,9 +5607,6 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<div ng-class=\"{'col-sm-5 col-md-6': $ctrl.isOverview,\n" +
" 'col-sm-8 col-md-6 col-lg-8': !$ctrl.isOverview}\">\n" +
"<h3>\n" +
"<div class=\"component-label\">\n" +
"Secret\n" +
"</div>\n" +
"{{$ctrl.binding.metadata.name}}\n" +
"<span ng-if=\"$ctrl.refApiObject.kind !== 'ServiceInstance'\">\n" +
"<small ng-if=\"$ctrl.serviceClass\">\n" +
Expand Down Expand Up @@ -12406,7 +12403,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" +
"<span ng-if=\"row.bindings.length > 1\">\n" +
"and\n" +
Expand Down

0 comments on commit 9b66380

Please sign in to comment.