add a button for the table

This commit is contained in:
Jeff Carr 2025-01-08 01:16:38 -06:00
parent e0c0d3d9e6
commit 14e5bf5fbd
1 changed files with 4 additions and 0 deletions

View File

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