summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_file_system_internals/task_log.html
blob: 9de27fe903b6e83ed4cf6b16382581fb650efae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script src="chrome://syncfs-internals/task_log.js"></script>

<h3>Task Log</h3>
<table>
  <thead>
    <tr>
      <td>Duration</td>
      <td>Task</td>
      <td>Result</td>
      <td>Details</td>
    </tr>
  </thead>
  <tbody id="task-log-entries"></tbody>
</table>