Index: chrome/browser/resources/sync_file_system_internals/task_log.html |
diff --git a/chrome/browser/resources/sync_file_system_internals/task_log.html b/chrome/browser/resources/sync_file_system_internals/task_log.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..65538b1b473cc47a05142efcdb1e1b213dfffcd0 |
--- /dev/null |
+++ b/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> |
peria
2014/06/02 02:37:16
Could you remove <thead> tag?
This is an optional
tzik
2014/06/02 05:17:02
Done.
|
+ <tr> |
+ <td class="task-log-duration">Duration</td> |
+ <td class="task-log-description">Task</td> |
+ <td class="task-log-result">Result</td> |
+ <td class="task-log-result">Details</td> |
+ </tr> |
+ </thead> |
+ <tbody id="task-log-entries"></tbody> |
+</table> |