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>
|
</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();
|
||||||
|
|
Loading…
Reference in a new issue