Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src="chrome://syncfs-internals/task_log.js"></script> | |
| 2 | |
| 3 <h3>Task Log</h3> | |
| 4 <table> | |
| 5 <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.
| |
| 6 <tr> | |
| 7 <td class="task-log-duration">Duration</td> | |
| 8 <td class="task-log-description">Task</td> | |
| 9 <td class="task-log-result">Result</td> | |
| 10 <td class="task-log-result">Details</td> | |
| 11 </tr> | |
| 12 </thead> | |
| 13 <tbody id="task-log-entries"></tbody> | |
| 14 </table> | |
| OLD | NEW |