| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title> | 6 <title> |
| 7 | 7 |
| 8 Pending | 8 Pending |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 testproject | 143 testproject |
| 144 | 144 |
| 145 </td> | 145 </td> |
| 146 <td>Swarming Tags</td> | 146 <td>Swarming Tags</td> |
| 147 </tr> | 147 </tr> |
| 148 | 148 |
| 149 <tr> | 149 <tr> |
| 150 <td class="left">log_location</td> | 150 <td class="left">log_location</td> |
| 151 <td> | 151 <td> |
| 152 | 152 |
| 153 logdog://example.com/testproject/${swarming_run_id}/+/anno
tations | 153 logdog://example.com/testproject/${swarming_run_id}/+/annotati
ons |
| 154 | 154 |
| 155 </td> | 155 </td> |
| 156 <td>Swarming Tags</td> | 156 <td>Swarming Tags</td> |
| 157 </tr> | 157 </tr> |
| 158 | 158 |
| 159 | 159 |
| 160 </table> | 160 </table> |
| 161 | 161 |
| 162 | 162 |
| 163 | 163 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 <script> | 232 <script> |
| 233 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 233 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 234 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 234 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 235 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 235 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 236 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 236 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 237 | 237 |
| 238 ga('create', 'UA-12345-01', 'auto'); | 238 ga('create', 'UA-12345-01', 'auto'); |
| 239 ga('send', 'pageview'); | 239 ga('send', 'pageview'); |
| 240 </script> | 240 </script> |
| 241 | 241 |
| OLD | NEW |