gluon-status-page: swap bandwidth limits (#2304)
This commit is contained in:
parent
1ad629e503
commit
1cb0fc84fc
@ -135,12 +135,12 @@
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.enabled then -%>
|
||||
<dt><%:Bandwidth limit%></dt>
|
||||
<dd>
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.egress then -%>
|
||||
▲ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.egress*1000) %>/s <%:upstream%><br />
|
||||
<%- end %>
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.ingress then -%>
|
||||
▼ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.ingress*1000) %>/s <%:downstream%>
|
||||
<%- end %>
|
||||
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.egress then -%>
|
||||
▲ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.egress*1000) %>/s <%:upstream%><br />
|
||||
<%- end %>
|
||||
</dd>
|
||||
<%- end %>
|
||||
<%- end %>
|
||||
|
Loading…
Reference in New Issue
Block a user