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="nav_bar.html"> | |
3 | |
4 | 2 |
5 <polymer-element name="vm-connect"> | 3 <polymer-element name="vm-connect"> |
6 <template> | 4 <template> |
7 <link rel="stylesheet" href="css/shared.css"> | 5 <link rel="stylesheet" href="css/shared.css"> |
8 <style> | 6 <style> |
9 .textbox { | 7 .textbox { |
10 width: 20em; | 8 width: 20em; |
11 font: 400 16px 'Montserrat', sans-serif; | 9 font: 400 16px 'Montserrat', sans-serif; |
12 } | 10 } |
13 </style> | 11 </style> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'curl localhost:8181/_getCrashDump > dump.json'</pre> | 51 'curl localhost:8181/_getCrashDump > dump.json'</pre> |
54 <hr> | 52 <hr> |
55 </div> | 53 </div> |
56 </div> | 54 </div> |
57 </div> | 55 </div> |
58 <view-footer></view-footer> | 56 <view-footer></view-footer> |
59 </template> | 57 </template> |
60 </polymer-element> | 58 </polymer-element> |
61 | 59 |
62 <script type="application/dart" src="vm_connect.dart"></script> | 60 <script type="application/dart" src="vm_connect.dart"></script> |
OLD | NEW |