summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_internals/events.html
blob: b1883e75eaa82f4993e7f13131096fb4f3fb2a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<style>
#sync-events-table,
#sync-events-table th,
#sync-events-table td {
  border: 1px black solid;
}

#sync-events-table {
  width: 100%;
}

#sync-events > tr {
  vertical-align: top;
}
</style>

<table id="sync-events-table">
  <thead>
    <th>Time</th>
    <th>Submodule</th>
    <th>Event</th>
    <th>Details</th>
  </thead>
  <tbody id="sync-events">
  </tbody>
</table>

<script src="chrome://sync-internals/events.js"></script>