summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_file_system_internals/sync_service.html
blob: 102f4d861d06581563a2c6b728ff0118c1678f49 (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>

<button id="clear-log-button">Clear old logs</button>
<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>