| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 testproject | 124 testproject |
| 125 | 125 |
| 126 </td> | 126 </td> |
| 127 <td>Swarming Tags</td> | 127 <td>Swarming Tags</td> |
| 128 </tr> | 128 </tr> |
| 129 | 129 |
| 130 <tr> | 130 <tr> |
| 131 <td class="left">log_location</td> | 131 <td class="left">log_location</td> |
| 132 <td> | 132 <td> |
| 133 | 133 |
| 134 logdog://example.com/testproject/${swarming_run_id}/+/anno
tations | 134 logdog://example.com/testproject/${swarming_run_id}/+/annotati
ons |
| 135 | 135 |
| 136 </td> | 136 </td> |
| 137 <td>Swarming Tags</td> | 137 <td>Swarming Tags</td> |
| 138 </tr> | 138 </tr> |
| 139 | 139 |
| 140 | 140 |
| 141 </table> | 141 </table> |
| 142 | 142 |
| 143 | 143 |
| 144 | 144 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 <script> | 213 <script> |
| 214 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 214 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 215 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 215 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 216 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 216 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 217 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 217 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 218 | 218 |
| 219 ga('create', 'UA-12345-01', 'auto'); | 219 ga('create', 'UA-12345-01', 'auto'); |
| 220 ga('send', 'pageview'); | 220 ga('send', 'pageview'); |
| 221 </script> | 221 </script> |
| 222 | 222 |
| OLD | NEW |