Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 4e66d443ec2918e6cba625…
Browse files Browse the repository at this point in the history
…6c4bfea1c0a8397b68
  • Loading branch information
OpenShift Bot committed Nov 1, 2016
1 parent 1330039 commit 3b97ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -23441,9 +23441,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"</div>\n" +
"</ui-select-choices>\n" +
"</ui-select>\n" +
"<a href=\"\" ng-disabled=\"disableAddForm || (!subject.newRole)\" ng-click=\"addRoleTo(subject.name, subjectKind.name, subject.newRole)\" class=\"btn btn-default add-role-to\">\n" +
"<button ng-disabled=\"disableAddForm || (!subject.newRole)\" ng-click=\"addRoleTo(subject.name, subjectKind.name, subject.newRole)\" class=\"btn btn-default add-role-to\">\n" +
"Add\n" +
"</a>\n" +
"</button>\n" +
"</div>\n" +
"</div>\n" +
"</div>\n" +
Expand Down Expand Up @@ -23492,9 +23492,9 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
"</div>\n" +
"</ui-select-choices>\n" +
"</ui-select>\n" +
"<a href=\"\" ng-disabled=\"disableAddForm || (!newBinding.name) || (!newBinding.newRole)\" ng-click=\"addRoleTo(newBinding.name, newBinding.kind, newBinding.newRole, newBinding.namespace)\" class=\"btn btn-default add-role-to\">\n" +
"<button ng-disabled=\"disableAddForm || (!newBinding.name) || (!newBinding.newRole)\" ng-click=\"addRoleTo(newBinding.name, newBinding.kind, newBinding.newRole, newBinding.namespace)\" class=\"btn btn-default add-role-to\">\n" +
"Add\n" +
"</a>\n" +
"</button>\n" +
"</div>\n" +
"</div>\n" +
"</div>\n" +
Expand Down

0 comments on commit 3b97ee7

Please sign in to comment.