UI improvement

This commit is contained in:
Lunny Xiao
2022-11-25 17:48:45 +08:00
committed by Jason Song
parent 7c40b1ee8d
commit d69423a3b0
5 changed files with 20 additions and 27 deletions
+2 -1
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