Commit 3eff8623 by Jeffrey Phillips Committed by GitHub

Merge pull request #69 from jeff-phillips-18/bind

Remove extraneous note from binding application page.
parents 5c022bce 634d70b7
...@@ -31,7 +31,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI'); ...@@ -31,7 +31,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" + " <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" +
" Do not bind at this time.\n" + " Do not bind at this time.\n" +
" </label>\n" + " </label>\n" +
" <div class=\"bind-description\">\n" + " <div ng-if=\"ctrl.allowNoBinding\" class=\"bind-description\">\n" +
" <span class=\"help-block service-instance-name\">\n" + " <span class=\"help-block service-instance-name\">\n" +
" You can create the binding later from your project.\n" + " You can create the binding later from your project.\n" +
" </span>\n" + " </span>\n" +
......
...@@ -202,7 +202,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI'); ...@@ -202,7 +202,7 @@ hawtioPluginLoader.addModule('openshiftCommonUI');
" <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" + " <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" +
" Do not bind at this time.\n" + " Do not bind at this time.\n" +
" </label>\n" + " </label>\n" +
" <div class=\"bind-description\">\n" + " <div ng-if=\"ctrl.allowNoBinding\" class=\"bind-description\">\n" +
" <span class=\"help-block service-instance-name\">\n" + " <span class=\"help-block service-instance-name\">\n" +
" You can create the binding later from your project.\n" + " You can create the binding later from your project.\n" +
" </span>\n" + " </span>\n" +
......
...@@ -21,7 +21,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac ...@@ -21,7 +21,7 @@ angular.module('openshiftCommonUI').run(['$templateCache', function($templateCac
" <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" + " <input type=\"radio\" ng-model=\"ctrl.serviceToBind\" value=\"\">\n" +
" Do not bind at this time.\n" + " Do not bind at this time.\n" +
" </label>\n" + " </label>\n" +
" <div class=\"bind-description\">\n" + " <div ng-if=\"ctrl.allowNoBinding\" class=\"bind-description\">\n" +
" <span class=\"help-block service-instance-name\">\n" + " <span class=\"help-block service-instance-name\">\n" +
" You can create the binding later from your project.\n" + " You can create the binding later from your project.\n" +
" </span>\n" + " </span>\n" +
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<input type="radio" ng-model="ctrl.serviceToBind" value=""> <input type="radio" ng-model="ctrl.serviceToBind" value="">
Do not bind at this time. Do not bind at this time.
</label> </label>
<div class="bind-description"> <div ng-if="ctrl.allowNoBinding" class="bind-description">
<span class="help-block service-instance-name"> <span class="help-block service-instance-name">
You can create the binding later from your project. You can create the binding later from your project.
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment