Changeset 8324
- Timestamp:
- 03/03/12 14:10:33 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/view/admin_status/connections.htm
r7731 r8324 160 160 tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.src, c.sport); 161 161 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);163 162 } 164 163 … … 328 327 <th class="cbi-section-table-cell"><%:Source%></th> 329 328 <th class="cbi-section-table-cell"><%:Destination%></th> 330 <th class="cbi-section-table-cell"><%:Transfer%></th>331 329 </tr> 332 330 333 <tr><td colspan=" 5"><em><%:Collecting data...%></em></td></tr>331 <tr><td colspan="4"><em><%:Collecting data...%></em></td></tr> 334 332 </table> 335 333 </div>
