Skip to content

Commit

Permalink
Merge pull request #3110 from rhamilto/issue-1120
Browse files Browse the repository at this point in the history
Fix bug where Membership nav item disappears
  • Loading branch information
openshift-merge-robot authored Jan 24, 2019
2 parents 6e1962e + e69350e commit 4404b90
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 4404b90

Please sign in to comment.