1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +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;
}
}