- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_file_system_internals / sync_service.html
1 <script src="chrome://syncfs-internals/sync_service.js"></script>
2
3 <table>
4   <tbody>
5     <tr>
6       <td>Service Status</td>
7       <td id="service-status">N/A</td>
8     </tr>
9     <tr>
10       <td>Notification Source</td>
11       <td id="notification-source">N/A</td>
12     </tr>
13   </tbody>
14 </table>
15 <br>
16
17 <h3>Debug Log</h3>
18 <table>
19   <thead>
20     <tr>
21       <td class="log-time">Time</td>
22       <td class="log-event">Log Event</td>
23     </tr>
24   </thead>
25   <tbody id="log-entries"></tbody>
26 </table>