Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-canceled.html

Issue 2248893002: Settings page for analytics ID (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: y Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title> 5 <title>
6 6
7 Failed 7 Failed
8 8
9 - 9 -
10 infra-continuous-precise-32 10 infra-continuous-precise-32
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 <hr> 401 <hr>
402 <a href="https://github.com/luci">luci</a>, 402 <a href="https://github.com/luci">luci</a>,
403 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 403 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
404 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) 404 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
405 </footer> 405 </footer>
406 <script> 406 <script>
407 (function () { 407 (function () {
408 'use strict'; 408 'use strict';
409 milo.makeTimesLocal(); 409 milo.makeTimesLocal();
410 })(); 410 })();
411
412 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
413 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
414 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
415 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga' );
416
417 ga('create', 'thisisananalyticsid', 'auto');
418 ga('send', 'pageview');
419
411 </script> 420 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698