1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix Status network display

This commit is contained in:
Ycarus 2018-06-07 17:06:46 +02:00
parent 19a321c2fe
commit d7d766abf2

View file

@ -633,7 +633,7 @@
<fieldset class="cbi-section"> <fieldset class="cbi-section">
<legend><%:Network%></legend> <legend><%:Network%></legend>
<% if has_mptcp then %> <% if (!has_mptcp) then %>
<div id="upstream_status_table" class="network-status-table"> <div id="upstream_status_table" class="network-status-table">
<em><%:Collecting data...%></em> <em><%:Collecting data...%></em>
</div> </div>