Fix template

This commit is contained in:
Teagan glenn 2024-06-29 18:43:14 -06:00
parent 499933e424
commit 32fb98fb7c

View File

@ -12,10 +12,10 @@
</div> </div>
</td> </td>
<td> <td>
<div class="wrap"> <div class="text-monospace">
<% forwarding_hosts.map(function(host) { %> <% forwarding_hosts.map(function(host) {
<span class="tag host-link hover-green" rel="http<%- certificate_id ? 's' : '' %>://<%- host %>"><%- host %></span> %><span class="tag host-link hover-green" rel="http://<%- host %>:<%- forwarding_port %>"><%- host %>:<%- forwarding_port %></span><%
<% }); %> }); %>
</div> </div>
</td> </td>
<td> <td>
@ -28,11 +28,6 @@
<% } %> <% } %>
</div> </div>
</td> </td>
<td>
<div class="text-monospace">
<%- forwarding_port %>
</div>
</td>
<td> <td>
<% <%
var o = isOnline(); var o = isOnline();