| OLD | NEW |
| 1 <script src="chrome://syncfs-internals/sync_service.js"></script> | 1 <script src="chrome://syncfs-internals/sync_service.js"></script> |
| 2 | 2 |
| 3 <table> | 3 <table> |
| 4 <tbody> | 4 <tbody> |
| 5 <tr> | 5 <tr> |
| 6 <td>Service Status</td> | 6 <td>Service Status</td> |
| 7 <td id="service-status">N/A</td> | 7 <td id="service-status">N/A</td> |
| 8 </tr> | 8 </tr> |
| 9 <tr> | 9 <tr> |
| 10 <td>Notification Source</td> | 10 <td>Notification Source</td> |
| 11 <td id="notification-source">N/A</td> | 11 <td id="notification-source">N/A</td> |
| 12 </tr> | 12 </tr> |
| 13 </tbody> | 13 </tbody> |
| 14 </table> | 14 </table> |
| 15 <br> | 15 <br> |
| 16 | 16 |
| 17 <h3>Debug Log</h3> | 17 <h3>Debug Log</h3> |
| 18 <table> | 18 <table> |
| 19 <thead> | 19 <thead> |
| 20 <tr> | 20 <tr> |
| 21 <td>Time</td> | 21 <td>Time</td> |
| 22 <td>Log Event</td> | 22 <td>Log Event</td> |
| 23 </tr> | 23 </tr> |
| 24 </thead> | 24 </thead> |
| 25 <tbody id="log-entries"></tbody> | 25 <tbody id="log-entries"></tbody> |
| 26 </table> | 26 </table> |
| 27 | |
| OLD | NEW |