mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
Implement wiki mode menu function (#2461)
This commit is contained in:
@@ -3,7 +3,7 @@ import { Utils } from '../utils/utils';
|
||||
class Repo {
|
||||
constructor(object) {
|
||||
this.repo_id = object.repo_id;
|
||||
this.repo_name = object.name;
|
||||
this.repo_name = object.repo_name;
|
||||
this.permission = object.permission;
|
||||
this.size = Utils.bytesToSize(object.size);
|
||||
this.file_count = object.file_count;
|
||||
|
Reference in New Issue
Block a user