1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

show quota in deparment page

This commit is contained in:
LeoSirius
2019-06-27 18:38:23 +08:00
parent 9185d675bd
commit 4beb2eea16
3 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ class Group {
this.parent_group_id = object.parent_group_id;
this.wiki_enabled = object.wiki_enabled;
this.repos = object.repos || [];
this.group_quota = object.group_quota;
this.group_quota_usage = object.group_quota_usage;
}
}