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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user