mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 23:51:27 +01:00
changed capital letter case to fit model.
This commit is contained in:
parent
8e6c45871f
commit
b229802e3e
@ -245,7 +245,7 @@ jQuery(function(){
|
|||||||
|
|
||||||
var userId = userList[i].UserId;
|
var userId = userList[i].UserId;
|
||||||
var roleId = userList[i].RoleId;
|
var roleId = userList[i].RoleId;
|
||||||
var username = userList[i].Username;
|
var username = userList[i].username;
|
||||||
var roleNameList = [];
|
var roleNameList = [];
|
||||||
|
|
||||||
for(var j = i; j < userList.length; i++, j++){
|
for(var j = i; j < userList.length; i++, j++){
|
||||||
@ -331,7 +331,6 @@ jQuery(function(){
|
|||||||
getUserRoleCallback(userId);
|
getUserRoleCallback(userId);
|
||||||
});
|
});
|
||||||
$("#tblUser .glyphicon-trash").on("click", function(){
|
$("#tblUser .glyphicon-trash").on("click", function(){
|
||||||
var roleId = $(this).attr("roleid");
|
|
||||||
var userId = $(this).attr("userid");
|
var userId = $(this).attr("userid");
|
||||||
new AjaxUtil({
|
new AjaxUtil({
|
||||||
url: "/api/projects/" + $("#projectId").val() + "/members/" + userId,
|
url: "/api/projects/" + $("#projectId").val() + "/members/" + userId,
|
||||||
|
Loading…
Reference in New Issue
Block a user