Skip to content

Commit 8cff37b

Browse files
committed
tab request: adjust css class
1 parent d64a27b commit 8cff37b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/server/templates/content/tab_reqbuilder.templ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ templ ReqBuilderTab(txsSet vsl.TransactionSet) {
2828
<div id="tabRequest" class="tabcontent">
2929
<p>Here you can generate a <a href="https://curl.se/" target="_blank">curl</a> command based on parsed transactions VSL tags.</p>
3030
<form
31-
id="headerForm"
31+
class="simple-form"
3232
hx-post="/reqbuilder/"
3333
hx-target="#reqBuilderResults"
3434
hx-swap="innerHTML settle:0.3s"
@@ -95,7 +95,7 @@ templ ReqBuilderTab(txsSet vsl.TransactionSet) {
9595
<br/>
9696
<label>
9797
<input type="radio" name="sendTo" value="custom"/> Custom:
98-
<input type="text" name="customResolve" pattern=".*:.*" placeholder="<IP>:<PORT>"/>
98+
<input type="text" name="customResolve" pattern=".*:.*" placeholder="<IPADDR>:<PORT>"/>
9999
</label>
100100
</fieldset>
101101
<br/>

pkg/server/templates/content/tab_reqbuilder_templ.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)