1
0
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:
wangjianhui
2018-11-19 17:44:59 +08:00
committed by shanshuirenjia
parent 04d4f57b4e
commit 821cb29730
5 changed files with 121 additions and 4 deletions

View File

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