• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- ============================ Logs View ============================ -->
2
3<div id=logs-view-tab-content style="display: none;" class=content-box>
4  <button id=logs-view-global-show-btn class=logs-view-global-button>Show all...</button>
5  <button id=logs-view-global-hide-btn class=logs-view-global-button>Hide all...</button>
6  <button id=logs-view-refresh-btn class=logs-view-global-button>Refresh logs...</button>
7  <div style="clear: both"></div>
8  <table width=100% class=styled-table>
9    <thead>
10      <tr id=logs-view-log-table-header-row>
11        <th width=10%>Log Name</th>
12        <th width=8%></th>
13        <th width=82%>Log</th>
14      </tr>
15    </thead>
16    <tbody id=logs-view-log-table>
17    </tbody>
18  </table>
19</div>
20