summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_file_system_internals/file_metadata.html
blob: bbffd15a12d8ded1673e33250e6e727fbafbad8d (plain)
1
2
3
4
5
6
7
8
9
<script src="chrome://syncfs-internals/file_metadata.js"></script>

<select id="extensions-select"></select>
<button id="refresh-metadata-button">Refresh</button>

<table style="table-layout:fixed">
  <thead id="file-metadata-header"></thead>
  <tbody id="file-metadata-entries"></tbody>
</table>