Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Oct 3, 2024
2 parents 6d2612c + ab14bc7 commit f6d32e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1786,15 +1786,15 @@ async function renderHomePage (env, hostName, fragConfigs) {
</div>
</div>
<div class="form-control">
<label for="customCdnAddrs">💀 Custom Addr</label>
<label for="customCdnAddrs">💀 Custom CDN Addrs</label>
<input type="text" id="customCdnAddrs" name="customCdnAddrs" value="${customCdnAddrs.replaceAll(",", " , ")}">
</div>
<div class="form-control">
<label for="customCdnHost">💀 Custom Host</label>
<label for="customCdnHost">💀 Custom CDN Host</label>
<input type="text" id="customCdnHost" name="customCdnHost" value="${customCdnHost}">
</div>
<div class="form-control">
<label for="customCdnSni">💀 Custom SNI</label>
<label for="customCdnSni">💀 Custom CDN SNI</label>
<input type="text" id="customCdnSni" name="customCdnSni" value="${customCdnSni}">
</div>
<div class="form-control">
Expand Down Expand Up @@ -2110,7 +2110,7 @@ async function renderHomePage (env, hostName, fragConfigs) {
<table id="frag-sub-table">
<tr>
<th style="text-wrap: nowrap;">Application</th>
<th style="text-wrap: nowrap;">Fragment Subscription</th>
<th style="text-wrap: nowrap;">Subscription</th>
</tr>
<tr>
<td style="text-wrap: nowrap;">
Expand Down

0 comments on commit f6d32e7

Please sign in to comment.