- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_file_system_internals / file_metadata.html
1 <script src="chrome://syncfs-internals/file_metadata.js"></script>
2
3 <select id="extensions-select"></select>
4 <button id="refresh-metadata-button">Refresh</button>
5
6 <table style="table-layout:fixed">
7   <thead id="file-metadata-header"></thead>
8   <tbody id="file-metadata-entries"></tbody>
9 </table>