reorder things on status page

This commit is contained in:
zzz
2025-04-27 13:45:00 -04:00
parent 38c47f9993
commit 0b6d22da3b

View File

@ -32,15 +32,15 @@
<b>UDP Announce Support:</b> <%=udp ? "yes" : "no"%><br>
<%
if (udp) {
int port = ZzzOTController.udpPort();
if (host != null) {
%>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/"</a>udp://<%=host%>:<%=port%>/</a><br>
<%
}
%>
<b>UDP Connection Lifetime:</b> <%=torrents.getUDPLifetime() / 60%> minutes<br>
<%
if (host != null) {
int port = ZzzOTController.udpPort();
%>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/"</a>udp://<%=host%>:<%=port%>/</a><br>
<%
}
}
%>
</p>