UI improvement

This commit is contained in:
Lunny Xiao
2022-10-19 18:46:18 +08:00
committed by Jason Song
parent 7c40b1ee8d
commit d69423a3b0
5 changed files with 20 additions and 27 deletions

View File

@@ -70,7 +70,8 @@ func List(ctx *context.Context) {
Page: page,
PageSize: convert.ToCorrectPageSize(ctx.FormInt("limit")),
},
RepoID: ctx.Repo.Repository.ID,
RepoID: ctx.Repo.Repository.ID,
WorkflowFileName: ctx.FormString("workflow"),
}
if ctx.FormString("state") == "closed" {
opts.IsClosed = util.OptionalBoolTrue