feat(bots): update runner data in html page

This commit is contained in:
fuxiaohei
2022-11-25 17:48:45 +08:00
committed by Jason Song
parent 848a1ae309
commit 5b989e2a11
6 changed files with 51 additions and 11 deletions
+2 -2
View File
@@ -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