mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Change delete link into button
This commit is contained in:
parent
ffc0d27338
commit
eaddc4441a
@ -50,7 +50,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="https://{{$domain}}">{{$domain}}</a>:{{$tunnel.TunnelPort}} -> {{$tunnel.ClientName}}:{{$tunnel.ClientPort}}
|
<a href="https://{{$domain}}">{{$domain}}</a>:{{$tunnel.TunnelPort}} -> {{$tunnel.ClientName}}:{{$tunnel.ClientPort}}
|
||||||
</div>
|
</div>
|
||||||
<a href="/delete-tunnel?host={{$domain}}">Delete</a>
|
<a href="/delete-tunnel?host={{$domain}}">
|
||||||
|
<button>Delete</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user