loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix cannot delete runners via the modal dialog (#33895)

delete-button and show-modal class are conflicting

Closes #33894

(cherry picked from commit 7e8168f555b0a463866afcc10e9fddc34d363811)

authored by

ChristopherHX and committed by
Gusted
4ba5c957 dbeab2a0

+1 -1
+1 -1
templates/shared/actions/runner_edit.tmpl
··· 40 40 41 41 <div class="field"> 42 42 <button class="ui primary button" data-url="{{.Link}}">{{ctx.Locale.Tr "actions.runners.update_runner"}}</button> 43 - <button class="ui red button delete-button show-modal" data-url="{{.Link}}/delete" data-modal="#runner-delete-modal"> 43 + <button class="ui red button delete-button" data-url="{{.Link}}/delete" data-modal="#runner-delete-modal"> 44 44 {{ctx.Locale.Tr "actions.runners.delete_runner"}}</button> 45 45 </div> 46 46 </form>