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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_no_builds.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>Builder Sample Builder</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 <link id="favicon" rel="shortcut icon"
12 type="image/png" href="/static/common/favicon/milo-32.png">
13
14
15 <body class="interface">
16 <header>
17 Luci
18 <div>
19
20 <a href="https://login.url/?target=/foobar">login</a>
21
22 </div>
23 </header>
24 <hr>
25
26 <h1>Builder Sample Builder</h1>
27
28
29 <h2>No current builds</h2>
30
31
32
33 <h2>No Pending Build Requests</h2>
34
35
36
37 <h2>No Recent Builds</h2>
38
39
40 (Show:
41 <a href=".">default</a>
42 <a href="?limit=25">25</a>
43 <a href="?limit=50">50</a>
44 <a href="?limit=100">100</a>
45 <a href="?limit=200">200</a>
46 )
47
48
49 <footer>
50 <hr>
51 <a href="https://github.com/luci">luci</a>,
52 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
53 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
54 </footer>
55 <script>
56 (function () {
57 'use strict';
58 milo.makeTimesLocal();
59 })();
60 </script>
61 <script>
62 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
63 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
64 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
65 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
66
67 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
68 </script>
69
70 <script>
71 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
72 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
73 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
74 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
75
76 ga('create', 'UA-12345-01', 'auto');
77 ga('send', 'pageview');
78 </script>
79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698