modules/admin-full: revert r8324
This commit is contained in:
parent
7918380683
commit
c77a8b1647
1 changed files with 3 additions and 1 deletions
|
@ -159,6 +159,7 @@ $Id$
|
|||
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.dst, c.dport);
|
||||
tr.insertCell(-1).innerHTML = String.format('%1024.2mB (%d <%:Pkts.%>)', c.bytes, c.packets);
|
||||
}
|
||||
|
||||
|
||||
|
@ -326,9 +327,10 @@ $Id$
|
|||
<th class="cbi-section-table-cell"><%:Protocol%></th>
|
||||
<th class="cbi-section-table-cell"><%:Source%></th>
|
||||
<th class="cbi-section-table-cell"><%:Destination%></th>
|
||||
<th class="cbi-section-table-cell"><%:Transfer%></th>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="4"><em><%:Collecting data...%></em></td></tr>
|
||||
<tr><td colspan="5"><em><%:Collecting data...%></em></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue