1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

improve repo-model define, order repo list to show (#2820)

This commit is contained in:
杨顺强
2019-01-13 21:11:13 +08:00
committed by Daniel Pan
parent 1900993ea2
commit 18ff433546
2 changed files with 10 additions and 6 deletions

View File

@@ -9,13 +9,12 @@ class Repo {
this.owner_name = object.owner_name;
this.owner_email = object.owner_email;
this.owner_contact_email = object.owner_contact_email;
this.is_admin = object.is_admin;
this.encrypted = object.encrypted;
this.last_modified = object.last_modified;
this.modifier_contact_email = object.modifier_contact_email;
this.modifier_email = object.modifier_email;
this.modifier_name = object.modifier_name;
this.mtime = object.mtime;
this.type = object.type;
}
}