Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): 105dc93e18970860caa776…
Browse files Browse the repository at this point in the history
…3f9f7e2a46874b49e7
  • Loading branch information
OpenShift Bot committed Feb 23, 2017
1 parent 1be2503 commit af7359f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -6906,9 +6906,10 @@ httpErr:a("getErrorDetails")(b)
addRoleTo:function(a, b, c, e) {
var f = {
name:a,
kind:b,
namespace:e
}, g = _.find(d.roleBindings, {
kind:b
};
"ServiceAccount" === b && (f.namespace = e);
var g = _.find(d.roleBindings, {
roleRef:{
name:c.metadata.name
}
Expand Down

0 comments on commit af7359f

Please sign in to comment.