Changeset 8328
- Timestamp:
- 03/04/12 16:28:18 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/view/admin_status/connections.htm
r8325 r8328 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); 162 163 } 163 164 … … 327 328 <th class="cbi-section-table-cell"><%:Source%></th> 328 329 <th class="cbi-section-table-cell"><%:Destination%></th> 330 <th class="cbi-section-table-cell"><%:Transfer%></th> 329 331 </tr> 330 332 331 <tr><td colspan=" 4"><em><%:Collecting data...%></em></td></tr>333 <tr><td colspan="5"><em><%:Collecting data...%></em></td></tr> 332 334 </table> 333 335 </div>
