mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix template
This commit is contained in:
parent
499933e424
commit
32fb98fb7c
@ -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();
|
||||
@ -59,4 +54,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<% } %>
|
||||
<% } %>
|
Loading…
Reference in New Issue
Block a user