mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 02:17:42 +01:00
update for removing logs.
This commit is contained in:
parent
2cb3d11689
commit
899d541607
@ -26,7 +26,6 @@
|
|||||||
var role = r[i];
|
var role = r[i];
|
||||||
if(query.key === 'roleName' && role.roleName === query.value
|
if(query.key === 'roleName' && role.roleName === query.value
|
||||||
|| query.key === 'roleId' && role.id === String(query.value)) {
|
|| query.key === 'roleId' && role.id === String(query.value)) {
|
||||||
console.log('role.name: ' + role.name);
|
|
||||||
return role;
|
return role;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user