1
0
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:
王健辉
2019-05-17 16:30:56 +08:00
parent 75954dbf93
commit ba2ac6ca49
4 changed files with 9 additions and 1 deletions

View File

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

View File

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