Skip to content

Commit

Permalink
Merge pull request #965 from spadgett/show-system-roles-checkbox
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Dec 8, 2016
2 parents eee4d13 + c9ee4f4 commit e06dfb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
26 changes: 9 additions & 17 deletions app/views/membership.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,15 @@ <h3>
flex row tablet="column" mobile="column">
<div class="col-roles hidden-xs" flex>&nbsp;</div>
<div class="col-add-role" row>
<input
id="show-hidden-roles"
type="checkbox"
class="toggle-hidden"
ng-click="showAllRoles($event)">
&nbsp;
<label for="show-hidden-roles">
Show hidden roles
</label>
<a
href=""
class="action-inline"
data-toggle="popover"
data-trigger="focus"
data-content="System roles are hidden by default and do not typically need to be managed.">
<i class="pficon pficon-help"></i>
</a>
<div class="checkbox">
<label>
<input type="checkbox" class="toggle-hidden" ng-click="showAllRoles($event)">
Show hidden roles</label>&nbsp;<a href=""
class="action-inline"
data-toggle="popover"
data-trigger="hover focus"
data-content="System roles are hidden by default and do not typically need to be managed."><i class="pficon pficon-help"></i></a>
</div>
</div>
</div>
</div>
Expand Down
13 changes: 5 additions & 8 deletions dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -9520,14 +9520,11 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<div class=\"action-set\" flex row tablet=\"column\" mobile=\"column\">\n" +
"<div class=\"col-roles hidden-xs\" flex>&nbsp;</div>\n" +
"<div class=\"col-add-role\" row>\n" +
"<input id=\"show-hidden-roles\" type=\"checkbox\" class=\"toggle-hidden\" ng-click=\"showAllRoles($event)\">\n" +
"&nbsp;\n" +
"<label for=\"show-hidden-roles\">\n" +
"Show hidden roles\n" +
"</label>\n" +
"<a href=\"\" class=\"action-inline\" data-toggle=\"popover\" data-trigger=\"focus\" data-content=\"System roles are hidden by default and do not typically need to be managed.\">\n" +
"<i class=\"pficon pficon-help\"></i>\n" +
"</a>\n" +
"<div class=\"checkbox\">\n" +
"<label>\n" +
"<input type=\"checkbox\" class=\"toggle-hidden\" ng-click=\"showAllRoles($event)\">\n" +
"Show hidden roles</label>&nbsp;<a href=\"\" class=\"action-inline\" data-toggle=\"popover\" data-trigger=\"hover focus\" data-content=\"System roles are hidden by default and do not typically need to be managed.\"><i class=\"pficon pficon-help\"></i></a>\n" +
"</div>\n" +
"</div>\n" +
"</div>\n" +
"</div>\n" +
Expand Down

0 comments on commit e06dfb5

Please sign in to comment.