OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
8 <title>Quota Internals</title> | 8 <title>Quota Internals</title> |
9 <link rel="stylesheet" href="main.css"/> | 9 <link rel="stylesheet" href="main.css"/> |
10 | 10 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
48 <table> | 48 <table> |
49 <tbody id="stat-entries" class="entries"></tbody> | 49 <tbody id="stat-entries" class="entries"></tbody> |
50 </table> | 50 </table> |
51 </tabpanel> | 51 </tabpanel> |
52 | 52 |
53 <tabpanel> | 53 <tabpanel> |
54 <!-- Usage and Quota --> | 54 <!-- Usage and Quota --> |
55 <h2>Usage and Quota Database Browser</h2> | 55 <h2>Usage and Quota Database Browser</h2> |
56 <div id="tree-view-container"> | 56 <div id="tree-view-container"> |
57 <button id="refresh-button">Refresh</button> | 57 <button id="refresh-button">Refresh</button> |
58 <tree id="tree-view"></tree> | 58 <tree id="tree-view" icon-visibility="all"></tree> |
arv (Not doing code reviews)
2011/10/31 18:44:54
this can be removed now
flackr
2011/11/01 17:06:14
Done.
| |
59 </div> | 59 </div> |
60 <table> | 60 <table> |
61 <thead></thead> | 61 <thead></thead> |
62 <tbody id="tree-item-description"></tbody> | 62 <tbody id="tree-item-description"></tbody> |
63 </table> | 63 </table> |
64 </tabpanel> | 64 </tabpanel> |
65 | 65 |
66 <tabpanel> | 66 <tabpanel> |
67 <!-- Data --> | 67 <!-- Data --> |
68 <button id="dump-button">Dump</button> | 68 <button id="dump-button">Dump</button> |
69 <pre id="dump-field"></pre> | 69 <pre id="dump-field"></pre> |
70 </tabpanel> | 70 </tabpanel> |
71 </tabpanels> | 71 </tabpanels> |
72 </tabbox> | 72 </tabbox> |
73 | 73 |
74 </body> | 74 </body> |
75 </html> | 75 </html> |
OLD | NEW |