mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 17:44:09 +09:00
feat(bots): update runner data in html page
This commit is contained in:
@ -86,8 +86,8 @@ func (f *AdminCreateRunnerForm) Validate(req *http.Request, errs binding.Errors)
|
||||
|
||||
// AdminEditRunnerForm form for admin to create runner
|
||||
type AdminEditRunnerForm struct {
|
||||
Name string `binding:"Required"`
|
||||
Type string
|
||||
Description string
|
||||
CustomLabels string
|
||||
}
|
||||
|
||||
// Validate validates form fields
|
||||
|
Reference in New Issue
Block a user