summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/logs_view.html
blob: a97cd0b474dd4d5f25e994c93cc1c08399f72379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- ============================ Logs View ============================ -->

<div id=logs-view-tab-content style="display: none;" class=content-box>
  <h4>Network Log Data</h4>
  <button id=logs-view-global-show-btn class=logs-view-global-button>Show all...</button>
  <button id=logs-view-global-hide-btn class=logs-view-global-button>Hide all...</button>
  <button id=logs-view-refresh-btn class=logs-view-global-button>Refresh logs...</button>
  <div style="clear: both"></div>
  <table width=100% class=styled-table>
    <thead>
      <tr id=logs-view-log-table-header-row>
        <th width=10%>Log Name</th>
        <th width=8%></th>
        <th width=82%>Log</th>
      </tr>
    </thead>
    <tbody id=logs-view-log-table>
    </tbody>
  </table>
</div>