mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Change delete buttons to forms
This commit is contained in:
parent
e51b304275
commit
9aafa18254
@ -125,9 +125,10 @@
|
||||
Are you sure you want to delete {{$domain}}?
|
||||
</p>
|
||||
<div class='button-row'>
|
||||
<a href="/delete-tunnel?domain={{$domain}}">
|
||||
<button class='button'>Confirm</button>
|
||||
</a>
|
||||
<form action="/delete-tunnel" method="GET">
|
||||
<input type="hidden" name="domain" value='{{$domain}}'>
|
||||
<button class='button' type="submit">Confirm</button>
|
||||
</form>
|
||||
|
||||
<label for='toggle-tunnel-delete-{{$tunnel.CssId}}' class='button'>Cancel</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user