add a button for the table
This commit is contained in:
parent
e0c0d3d9e6
commit
14e5bf5fbd
|
@ -156,5 +156,9 @@ func (f *Forge) sendRepoToTable(repo *gitpb.Repo) {
|
|||
end += "(m:" + repo.GetMasterBranchName() + ") "
|
||||
}
|
||||
|
||||
if repo.GetState() != "" {
|
||||
end += "(" + repo.GetState() + ") "
|
||||
}
|
||||
|
||||
log.Info(start, end)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue