repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cros: Remove default pinned apps trial.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
net_internals
/
bandwidth_view.html
blob
db30bebe9a2dbf7bd79f55e1775596075a19ed33
1
<!-- Bandwidth info -->
2
<div
id=bandwidth-view-tab-content class=content-box
>
3
<table
class
=
"styled-table"
>
4
<thead>
5
<tr>
6
<th></th>
7
<th>
Session
</th>
8
<th>
Total
</th>
9
</tr>
10
</thead>
11
<tbody>
12
<tr
jsselect
=
"rows"
>
13
<td
jscontent
=
"title"
></td>
14
<td
jscontent
=
"sessionValue"
></td>
15
<td
jscontent
=
"historicValue"
></td>
16
</tr>
17
</tbody>
18
</table>
19
</div>