Changeset 8324

Show
Ignore:
Timestamp:
03/03/12 14:10:33 (15 months ago)
Author:
jow
Message:

modules/admin-full: remove per connection transfer stats, not exposed anymore in recent kernels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/view/admin_status/connections.htm

    r7731 r8324  
    160160                            tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.src, c.sport); 
    161161                            tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.dst, c.dport); 
    162                             tr.insertCell(-1).innerHTML = String.format('%1024.2mB (%d <%:Pkts.%>)', c.bytes, c.packets); 
    163162                        } 
    164163 
     
    328327                <th class="cbi-section-table-cell"><%:Source%></th> 
    329328                <th class="cbi-section-table-cell"><%:Destination%></th> 
    330                 <th class="cbi-section-table-cell"><%:Transfer%></th> 
    331329            </tr> 
    332330 
    333             <tr><td colspan="5"><em><%:Collecting data...%></em></td></tr> 
     331            <tr><td colspan="4"><em><%:Collecting data...%></em></td></tr> 
    334332        </table> 
    335333    </div>