@@ -6006,27 +6006,29 @@ a !== b && (localStorage.setItem("monitoring.eventsidebar.collapsed", c.renderOp
6006
6006
}));
6007
6007
} ]), angular.module("openshiftConsole").controller("MembershipController", [ "$filter", "$location", "$routeParams", "$scope", "$timeout", "$uibModal", "AuthService", "AuthorizationService", "DataService", "ProjectsService", "MembershipService", "RoleBindingsService", "RolesService", function(a, b, c, d, e, f, g, h, i, j, k, l, m) {
6008
6008
var n, o = c.project, p = a("humanizeKind"), q = a("annotation"), r = [], s = {
6009
- errorReason:_.template('Reason: "<%- httpErr %>"'),
6010
6009
notice:{
6011
- yourLastRole:_.template('Removing the role "<%- roleName %>" may completely remove your ability to see this project.')
6010
+ yourLastRole:_.template('Removing the role "<%= roleName %>" may completely remove your ability to see this project.')
6012
6011
},
6013
6012
warning:{
6014
6013
serviceAccount:_.template("Removing a system role granted to a service account may cause unexpected behavior.")
6015
6014
},
6016
6015
remove:{
6017
6016
areYouSure:{
6017
+ html:{
6018
6018
subject:_.template("Are you sure you want to remove <strong><%- roleName %></strong> from the <%- kindName %> <strong><%- subjectName %></strong>?"),
6019
6019
self:_.template("Are you sure you want to remove <strong><%- roleName %></strong> from <strong><%- subjectName %></strong> (you)?")
6020
+ }
6020
6021
},
6021
- success:_.template('The role "<%- roleName %>" was removed from "<%- subjectName %>".'),
6022
- error:_.template('The role "<%- roleName %>" was not removed from "<%- subjectName %>".')
6022
+ success:_.template('The role "<%= roleName %>" was removed from "<%= subjectName %>".'),
6023
+ error:_.template('The role "<%= roleName %>" was not removed from "<%= subjectName %>".')
6023
6024
},
6024
6025
update:{
6025
6026
subject:{
6026
- success:_.template('The role "<%- roleName %>" was given to "<%- subjectName %>".'),
6027
- error:_.template('The role "<%- roleName %>" was not given to "<%- subjectName %>".')
6028
- }
6027
+ success:_.template('The role "<%= roleName %>" was given to "<%= subjectName %>".'),
6028
+ error:_.template('The role "<%= roleName %>" was not given to "<%= subjectName %>".')
6029
6029
}
6030
+ },
6031
+ errorReason:_.template('Reason: "<%= httpErr %>"')
6030
6032
}, t = function(a, b, c, e, f) {
6031
6033
f = f || d, f.alerts[a] = {
6032
6034
type:b,
@@ -6049,12 +6051,12 @@ errorNotification:!1
6049
6051
d.disableAddForm = !0, l.create(b, c, o, n).then(function() {
6050
6052
u(), v(), t("rolebindingCreate", "success", s.update.subject.success({
6051
6053
roleName:b.metadata.name,
6052
- subjectName:_.escape( c.name)
6054
+ subjectName:c.name
6053
6055
}));
6054
6056
}, function(d) {
6055
6057
u(), t("rolebindingCreateFail", "error", s.update.subject.error({
6056
6058
roleName:b.metadata.name,
6057
- subjectName:_.escape( c.name)
6059
+ subjectName:c.name
6058
6060
}), s.errorReason({
6059
6061
httpErr:a("getErrorDetails")(d)
6060
6062
}));
@@ -6063,12 +6065,12 @@ httpErr:a("getErrorDetails")(d)
6063
6065
d.disableAddForm = !0, l.addSubject(b, c, e, n).then(function() {
6064
6066
u(), v(), t("rolebindingUpdate", "success", s.update.subject.success({
6065
6067
roleName:b.roleRef.name,
6066
- subjectName:_.escape( c.name)
6068
+ subjectName:c.name
6067
6069
}));
6068
6070
}, function(d) {
6069
6071
u(), t("rolebindingUpdateFail", "error", s.update.subject.error({
6070
6072
roleName:b.roleRef.name,
6071
- subjectName:_.escape( c.name)
6073
+ subjectName:c.name
6072
6074
}), s.errorReason({
6073
6075
httpErr:a("getErrorDetails")(d)
6074
6076
}));
@@ -6118,18 +6120,18 @@ return a ? e + (q(a, "description") || b) :b;
6118
6120
var A = function(a, b, c, e) {
6119
6121
var f = {
6120
6122
alerts:{},
6121
- detailsMarkup:s.remove.areYouSure.subject({
6123
+ detailsMarkup:s.remove.areYouSure.html. subject({
6122
6124
roleName:c,
6123
6125
kindName:p(b),
6124
- subjectName:_.escape(a)
6126
+ subjectName:a
6125
6127
}),
6126
6128
okButtonText:"Remove",
6127
6129
okButtonClass:"btn-danger",
6128
6130
cancelButtonText:"Cancel"
6129
6131
};
6130
- return _.isEqual(a, e) && (f.details = s.remove.areYouSure.self({
6132
+ return _.isEqual(a, e) && (f.detailsMarkup = s.remove.areYouSure.html .self({
6131
6133
roleName:c,
6132
- subjectName:_.escape(a)
6134
+ subjectName:a
6133
6135
}), k.isLastRole(d.user.metadata.name, d.roleBindings) && t("currentUserLastRole", "error", s.notice.yourLastRole({
6134
6136
roleName:c
6135
6137
}), null, f)), _.isEqual(b, "ServiceAccount") && _.startsWith(c, "system:") && t("editingServiceAccountRole", "error", s.warning.serviceAccount(), null, f), f;
@@ -6161,12 +6163,12 @@ return i;
6161
6163
l.removeSubject(c, g, d.roleBindings, n).then(function() {
6162
6164
h ? b.url("./") :(v(), t("rolebindingUpdate", "success", s.remove.success({
6163
6165
roleName:g,
6164
- subjectName:_.escape(c)
6166
+ subjectName:c
6165
6167
})));
6166
6168
}, function(b) {
6167
6169
t("rolebindingUpdateFail", "error", s.remove.error({
6168
6170
roleName:g,
6169
- subjectName:_.escape(c)
6171
+ subjectName:c
6170
6172
}), s.errorReason({
6171
6173
httpErr:a("getErrorDetails")(b)
6172
6174
}));
0 commit comments