summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/sync_file_system_internals/task_log.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/sync_file_system_internals/task_log.html')
-rw-r--r--chromium/chrome/browser/resources/sync_file_system_internals/task_log.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/sync_file_system_internals/task_log.html b/chromium/chrome/browser/resources/sync_file_system_internals/task_log.html
new file mode 100644
index 00000000000..9de27fe903b
--- /dev/null
+++ b/chromium/chrome/browser/resources/sync_file_system_internals/task_log.html
@@ -0,0 +1,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>