gluon-status-page: split bwlimit into two lines (#2371)
Fixes:1cb0fc84fc
("gluon-status-page: swap bandwidth limits (#2304)") Resolves #2370 (cherry picked from commit7427ba2280
)
This commit is contained in:
parent
ae1023ac3a
commit
16545edf3e
@ -168,10 +168,10 @@
|
||||
<dt><%:Bandwidth limit%></dt>
|
||||
<dd>
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.ingress then -%>
|
||||
▼ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.ingress*1000) %>/s <%:downstream%>
|
||||
▼ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.ingress*1000) %>/s <%:downstream%><br />
|
||||
<%- end %>
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.egress then -%>
|
||||
▲ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.egress*1000) %>/s <%:upstream%><br />
|
||||
▲ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.egress*1000) %>/s <%:upstream%>
|
||||
<%- end %>
|
||||
</dd>
|
||||
<%- end %>
|
||||
|
Loading…
Reference in New Issue
Block a user