mirror of
https://github.com/go-gitea/gitea
synced 2025-11-02 12:28:25 +00:00
feat(runner): add repo runners ui pages
This commit is contained in:
@@ -967,6 +967,9 @@ func RegisterRoutes(m *web.Route) {
|
||||
|
||||
m.Group("/runners", func() {
|
||||
m.Get("", repo.Runners)
|
||||
m.Combo("/{runnerid}").Get(repo.RunnersEdit).
|
||||
Post(bindIgnErr(forms.EditRunnerForm{}), repo.RunnersEditPost)
|
||||
m.Get("/reset_registration_token", repo.ResetRunnerRegistrationToken)
|
||||
})
|
||||
|
||||
}, func(ctx *context.Context) {
|
||||
|
||||
Reference in New Issue
Block a user