Skip to content

Commit 7e8168f

Browse files
Fix cannot delete runners via the modal dialog (#33895)
delete-button and show-modal class are conflicting Closes #33894
1 parent 92f997c commit 7e8168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/shared/actions/runner_edit.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<div class="field">
4242
<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">
4444
{{ctx.Locale.Tr "actions.runners.delete_runner"}}</button>
4545
</div>
4646
</form>

0 commit comments

Comments
 (0)