- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_internals / events.html
1 <style>
2 #sync-events-table,
3 #sync-events-table th,
4 #sync-events-table td {
5   border: 1px black solid;
6 }
7
8 #sync-events-table {
9   width: 100%;
10 }
11
12 #sync-events > tr {
13   vertical-align: top;
14 }
15 </style>
16
17 <table id="sync-events-table">
18   <thead>
19     <th>Time</th>
20     <th>Submodule</th>
21     <th>Event</th>
22     <th>Details</th>
23   </thead>
24   <tbody id="sync-events">
25   </tbody>
26 </table>
27
28 <script src="chrome://sync-internals/events.js"></script>