Skip to content

Commit 8965f57

Browse files
committed
update templ and small text changes
1 parent e920ffc commit 8965f57

13 files changed

+17
-17
lines changed

pkg/server/templates/content/tab_error_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/content/tab_headers_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/content/tab_overview_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/content/tab_parse_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/content/tab_reqbuilder.templ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type ReqBuilderForm struct {
2626

2727
templ ReqBuilderTab(txsSet vsl.TransactionSet) {
2828
<div id="tabRequest" class="tabcontent">
29-
<p>Here you can generate commands with <a href="https://curl.se/" target="_blank">curl</a> and other tools based on parsed VSL transaction tags. For POST/PUT requests, the <b>body is not available</b> in varnishlog and won’t be included.</p>
29+
<p>Here you can generate commands with <a href="https://curl.se/" target="_blank">curl</a> and other tools based on parsed VSL transaction tags. For POST/PUT requests, <b>body is not available</b> in varnishlog and won’t be included.</p>
3030
<form
3131
class="simple-form"
3232
hx-post="reqbuilder/"
@@ -57,7 +57,7 @@ templ ReqBuilderTab(txsSet vsl.TransactionSet) {
5757
<input type="radio" name="urlType" value="original" checked/> Original
5858
</label>
5959
<label>
60-
<input type="radio" name="urlType" value="final"/> Final
60+
<input type="radio" name="urlType" value="final"/> After VCL
6161
</label>
6262
</fieldset>
6363
<fieldset>
@@ -66,7 +66,7 @@ templ ReqBuilderTab(txsSet vsl.TransactionSet) {
6666
<input type="radio" name="headerType" value="original" checked/> Original
6767
</label>
6868
<label>
69-
<input type="radio" name="headerType" value="final"/> Final
69+
<input type="radio" name="headerType" value="final"/> After VCL
7070
</label>
7171
</fieldset>
7272
<br/>

pkg/server/templates/content/tab_reqbuilder_templ.go

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

pkg/server/templates/content/tab_timestamps_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/content/tab_vcltree_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/pages/main_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/templates/partials/error_templ.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)