mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
tag-filter-file-show
This commit is contained in:
committed by
shanshuirenjia
parent
04d4f57b4e
commit
821cb29730
@@ -1,7 +1,7 @@
|
||||
class RepoTag {
|
||||
constructor(object) {
|
||||
this.id = object.repo_tag_id;
|
||||
this.repo_id = object.repo_id;
|
||||
this.fileCount = object.files_count;
|
||||
this.name = object.tag_name;
|
||||
this.color = object.tag_color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user