mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
repo-status-interface
This commit is contained in:
@@ -20,6 +20,7 @@ class RepoInfo {
|
||||
this.encrypted = object.encrypted;
|
||||
this.lib_need_decrypt = object.lib_need_decrypt;
|
||||
this.last_modified= object.last_modified;
|
||||
this.status = object.status;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -16,6 +16,7 @@ class Repo {
|
||||
this.modifier_name = object.modifier_name;
|
||||
this.type = object.type;
|
||||
this.starred = object.starred;
|
||||
this.status = object.status;
|
||||
if (object.is_admin != undefined) {
|
||||
this.is_admin = object.is_admin;
|
||||
}
|
||||
|
Reference in New Issue
Block a user