mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
[org admin] added sort for 'libraries/users' (#4548)
* users: split 'all' & 'admin' * bugfix & improvement for pages
This commit is contained in:
@@ -4,6 +4,8 @@ class OrgAdminRepo {
|
||||
this.repoName = object.repo_name;
|
||||
this.ownerName = object.owner_name;
|
||||
this.ownerEmail = object.owner_email;
|
||||
this.size = object.size;
|
||||
this.file_count = object.file_count;
|
||||
this.encrypted = object.encrypted;
|
||||
this.isDepartmentRepo = object.is_department_repo;
|
||||
this.groupID = object.group_id;
|
||||
|
Reference in New Issue
Block a user