Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: chrome/browser/resources/sync_file_system_internals/file_metadata.html

Issue 23753007: Show file path rather than title in syncfs-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698