Skip to content

Commit

Permalink
Fix bug where Membership nav item disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Jan 24, 2019
1 parent 6e1962e commit e69350e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
href: "/membership",
// supports: {resource: '', verb: '', group: '' }
canI: {
group: 'rbac.authorization.k8s.io',
resource: 'rolebindings',
verb: 'list'
}
Expand Down
1 change: 1 addition & 0 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ href: "/quota"
label: "Membership",
href: "/membership",
canI: {
group: "rbac.authorization.k8s.io",
resource: "rolebindings",
verb: "list"
}
Expand Down

0 comments on commit e69350e

Please sign in to comment.