| Index: devtools-panel.html |
| =================================================================== |
| --- a/devtools-panel.html |
| +++ b/devtools-panel.html |
| @@ -64,25 +64,37 @@ |
| <div class="filter">Filter</div> |
| <div class="origin">Origin</div> |
| </div> |
| </td> |
| </tr> |
| </table> |
| </header> |
| <div id="items"> |
| - <table> |
| + <table class="foreground"> |
| <colgroup> |
| <col> |
| <col> |
| <col> |
| </colgroup> |
| <tbody> |
| </tbody> |
| </table> |
| + <table class="background"> |
| + <colgroup> |
| + <col> |
| + <col> |
| + <col> |
| + </colgroup> |
| + <tbody> |
| + <tr> |
| + <td colspan="3">Requests from background tabs</td> |
| + </tr> |
| + </tbody> |
| + </table> |
| </div> |
| <footer> |
| <a id="reload">Reload</a> page to see effect of filter changes |
| </footer> |
| <template> |
| <tr> |
| <td> |