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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableLog-Basic_log.html

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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
(Empty)
1
2 <!DOCTYPE html>
3
4 <html lang="en">
5 <meta charset="utf-8">
6 <title>Build Log</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <script src="/static/common/js/time.js"></script>
9 <script src="/static/common/third_party/js/jquery.min.js"></script>
10
11
12 <body class="interface">
13 <header>
14 Luci
15 <div>
16
17 <a href="https://login.url/?target=/foobar">login</a>
18
19 </div>
20 </header>
21 <hr>
22
23 <div class="log"><pre>This is the log</pre></div>
24
25
26 <footer>
27 <hr>
28 <a href="https://github.com/luci">luci</a>,
29 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
30 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
31 </footer>
32 <script>
33 (function () {
34 'use strict';
35 milo.makeTimesLocal();
36 })();
37 </script>
38 <script>
39 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
40 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
41 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
42 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
43
44 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
45 </script>
46
47 <script>
48 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
49 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
50 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
51 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
52
53 ga('create', 'UA-12345-01', 'auto');
54 ga('send', 'pageview');
55 </script>
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698