1
0
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:
llj
2020-04-27 14:46:41 +08:00
committed by GitHub
parent 82370c25ca
commit 744eca3a7c
11 changed files with 419 additions and 270 deletions

View File

@@ -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;