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 -%>
|
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.enabled then -%>
|
||||||
<dt><%:Bandwidth limit%></dt>
|
<dt><%:Bandwidth limit%></dt>
|
||||||
<dd>
|
<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 -%>
|
<% 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%>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
<% if nodeinfo.network.mesh_vpn.bandwidth_limit.egress then -%>
|
||||||
|
▲ <%| formatBits(nodeinfo.network.mesh_vpn.bandwidth_limit.egress*1000) %>/s <%:upstream%><br />
|
||||||
|
<%- end %>
|
||||||
</dd>
|
</dd>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
Loading…
Reference in New Issue
Block a user