OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
3 | 3 |
4 <link rel="import" href="nav_bar.html"> | |
5 | |
6 <polymer-element name="heap-profile"> | 4 <polymer-element name="heap-profile"> |
7 <template> | 5 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 6 <link rel="stylesheet" href="css/shared.css"> |
9 <style> | 7 <style> |
10 .table { | 8 .table { |
11 border-collapse: collapse!important; | 9 border-collapse: collapse!important; |
12 margin-bottom: 20px | 10 margin-bottom: 20px |
13 table-layout: fixed; | 11 table-layout: fixed; |
14 } | 12 } |
15 .table td:nth-of-type(1) { | 13 .table td:nth-of-type(1) { |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 </thead> | 201 </thead> |
204 <tbody id="classTableBody"> | 202 <tbody id="classTableBody"> |
205 </tbody> | 203 </tbody> |
206 </table> | 204 </table> |
207 <view-footer></view-footer> | 205 <view-footer></view-footer> |
208 </div> | 206 </div> |
209 </template> | 207 </template> |
210 </polymer-element> | 208 </polymer-element> |
211 | 209 |
212 <script type="application/dart" src="heap_profile.dart"></script> | 210 <script type="application/dart" src="heap_profile.dart"></script> |
OLD | NEW |