1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

new edit webhook UI

This commit is contained in:
Unknwon
2015-08-27 01:04:23 +08:00
parent 4217c2333c
commit c08600c59b
9 changed files with 126 additions and 172 deletions

View File

@@ -66,7 +66,6 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
// \/ \/ \/ \/ \/ \/
type WebhookForm struct {
HookType string `binding:"Required"`
PushOnly bool
Active bool
}