summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/resources/events.html
blob: 78649bddafb4ab5e4d2e43d4d6b5cbc5f5472a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<table id="sync-events-table">
  <thead>
    <th>Details</th>
    <th>Submodule</th>
    <th>Event</th>
    <th>Time</th>
  </thead>
  <tbody id="sync-events">
    <tr jsselect="eventList">
      <td>
        <button class="toggle-button">Toggle Display</button>
        <pre jscontent="textDetails" class="details" hidden></pre>
      </td>
      <td jscontent="submodule" class="attrib-column"></td>
      <td jscontent="event" class="attrib-column"></td>
      <td jscontent="date" class="attrib-column"></td>
    </tr>
  </tbody>
</table>