Fix template
This commit is contained in:
parent
499933e424
commit
32fb98fb7c
1 changed files with 5 additions and 10 deletions
|
@ -12,10 +12,10 @@
|
|||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="wrap">
|
||||
<% forwarding_hosts.map(function(host) { %>
|
||||
<span class="tag host-link hover-green" rel="http<%- certificate_id ? 's' : '' %>://<%- host %>"><%- host %></span>
|
||||
<% }); %>
|
||||
<div class="text-monospace">
|
||||
<% forwarding_hosts.map(function(host) {
|
||||
%><span class="tag host-link hover-green" rel="http://<%- host %>:<%- forwarding_port %>"><%- host %>:<%- forwarding_port %></span><%
|
||||
}); %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
@ -28,11 +28,6 @@
|
|||
<% } %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="text-monospace">
|
||||
<%- forwarding_port %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<%
|
||||
var o = isOnline();
|
||||
|
|
Loading…
Reference in a new issue