blob: bd458416861664e0543e38e999c7eb70939b6b4b (
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
|
<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 class="log-time">Time</td>
<td class="log-event">Log Event</td>
</tr>
</thead>
<tbody id="log-entries"></tbody>
</table>
|