summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/bandwidth_view.html
blob: db30bebe9a2dbf7bd79f55e1775596075a19ed33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- Bandwidth info -->
<div id=bandwidth-view-tab-content class=content-box>
  <table class="styled-table">
    <thead>
      <tr>
        <th></th>
        <th>Session</th>
        <th>Total</th>
      </tr>
    </thead>
    <tbody>
      <tr jsselect="rows">
        <td jscontent="title"></td>
        <td jscontent="sessionValue"></td>
        <td jscontent="historicValue"></td>
      </tr>
    </tbody>
  </table>
</div>