• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<script src="chrome://syncfs-internals/sync_service.js"></script>
2
3<table>
4  <tbody>
5    <tr>
6      <td>Service Status</td>
7      <td id="service-status">N/A</td>
8    </tr>
9    <tr>
10      <td>Notification Source</td>
11      <td id="notification-source">N/A</td>
12    </tr>
13  </tbody>
14</table>
15<br>
16
17<button id="clear-log-button">Clear old logs</button>
18<h3>Debug Log</h3>
19<table>
20  <thead>
21    <tr>
22      <td class="log-time">Time</td>
23      <td class="log-event">Log Event</td>
24    </tr>
25  </thead>
26  <tbody id="log-entries"></tbody>
27</table>
28