blob: 1d6483a60150bde812e2acdfc6ae5fe7a7942243 (
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
|
<script src="chrome://syncfs-internals/sync_service.js"></script>
<table>
<tbody>
<tr>
<td>Service Status</td>
<td id="service-status">N/A</td>
</tr>
<tr>
<td>Notification Source</td>
<td id="notification-source">N/A</td>
</tr>
</tbody>
</table>
<br>
<h3>Debug Log</h3>
<table>
<thead>
<tr>
<td>Time</td>
<td>Log Event</td>
</tr>
</thead>
<tbody id="log-entries"></tbody>
</table>
|