| OLD | NEW |
| 1 <script src="chrome://syncfs-internals/file_metadata.js"></script> | 1 <script src="chrome://syncfs-internals/file_metadata.js"></script> |
| 2 | 2 |
| 3 <select id="extensions-select"></select> | 3 <select id="extensions-select"></select> |
| 4 <button id="refresh-metadata-button">Refresh</button> | 4 <button id="refresh-metadata-button">Refresh</button> |
| 5 | 5 |
| 6 <table> | 6 <table style="table-layout:fixed"> |
| 7 <thead id="file-metadata-header"></thead> | 7 <thead id="file-metadata-header"></thead> |
| 8 <tbody id="file-metadata-entries"></tbody> | 8 <tbody id="file-metadata-entries"></tbody> |
| 9 </table> | 9 </table> |
| OLD | NEW |