Changeset 8328 for luci/trunk

Show
Ignore:
Timestamp:
03/04/12 16:28:18 (15 months ago)
Author:
jow
Message:

modules/admin-full: revert r8324

Files:
1 modified

Legend:

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

    r8325 r8328  
    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); 
    162163                        } 
    163164 
     
    327328                <th class="cbi-section-table-cell"><%:Source%></th> 
    328329                <th class="cbi-section-table-cell"><%:Destination%></th> 
     330                <th class="cbi-section-table-cell"><%:Transfer%></th> 
    329331            </tr> 
    330332 
    331             <tr><td colspan="4"><em><%:Collecting data...%></em></td></tr> 
     333            <tr><td colspan="5"><em><%:Collecting data...%></em></td></tr> 
    332334        </table> 
    333335    </div>