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

This commit is contained in:
Jo-Philipp Wich 2012-03-03 13:10:33 +00:00
parent 7e9d0c3c92
commit 7b402d1964

View file

@ -159,7 +159,6 @@ $Id$
tr.insertCell(-1).innerHTML = c.layer4.toUpperCase(); tr.insertCell(-1).innerHTML = c.layer4.toUpperCase();
tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.src, c.sport); tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.src, c.sport);
tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.dst, c.dport); tr.insertCell(-1).innerHTML = String.format(c.layer3 == 'ipv6' ? '[%s]:%d' : '%s:%d', c.dst, c.dport);
tr.insertCell(-1).innerHTML = String.format('%1024.2mB (%d <%:Pkts.%>)', c.bytes, c.packets);
} }
@ -327,10 +326,9 @@ $Id$
<th class="cbi-section-table-cell"><%:Protocol%></th> <th class="cbi-section-table-cell"><%:Protocol%></th>
<th class="cbi-section-table-cell"><%:Source%></th> <th class="cbi-section-table-cell"><%:Source%></th>
<th class="cbi-section-table-cell"><%:Destination%></th> <th class="cbi-section-table-cell"><%:Destination%></th>
<th class="cbi-section-table-cell"><%:Transfer%></th>
</tr> </tr>
<tr><td colspan="5"><em><%:Collecting data...%></em></td></tr> <tr><td colspan="4"><em><%:Collecting data...%></em></td></tr>
</table> </table>
</div> </div>
</fieldset> </fieldset>