| 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 Running | 8 Running |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 testproject | 209 testproject |
| 210 | 210 |
| 211 </td> | 211 </td> |
| 212 <td>Swarming Tags</td> | 212 <td>Swarming Tags</td> |
| 213 </tr> | 213 </tr> |
| 214 | 214 |
| 215 <tr> | 215 <tr> |
| 216 <td class="left">log_location</td> | 216 <td class="left">log_location</td> |
| 217 <td> | 217 <td> |
| 218 | 218 |
| 219 logdog://example.com/testproject/${swarming_run_id}/+/anno
tations | 219 logdog://example.com/testproject/${swarming_run_id}/+/annotati
ons |
| 220 | 220 |
| 221 </td> | 221 </td> |
| 222 <td>Swarming Tags</td> | 222 <td>Swarming Tags</td> |
| 223 </tr> | 223 </tr> |
| 224 | 224 |
| 225 | 225 |
| 226 </table> | 226 </table> |
| 227 | 227 |
| 228 | 228 |
| 229 | 229 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 <script> | 298 <script> |
| 299 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 299 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 300 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 300 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 301 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 301 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 302 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 302 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 303 | 303 |
| 304 ga('create', 'UA-12345-01', 'auto'); | 304 ga('create', 'UA-12345-01', 'auto'); |
| 305 ga('send', 'pageview'); | 305 ga('send', 'pageview'); |
| 306 </script> | 306 </script> |
| 307 | 307 |
| OLD | NEW |