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