OLD | NEW |
| (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 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> | |
9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> | |
10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> | |
11 <script src="/static/common/js/time.js"></script> | |
12 <script src="/static/common/third_party/js/jquery.min.js"></script> | |
13 <script src="/static/common/third_party/js/jquery-ui.min.js"></script> | |
14 | |
15 <link id="favicon" rel="shortcut icon" | |
16 type="image/png" href="/static/common/favicon/milo-32.png"> | |
17 | |
18 | |
19 <body class="interface"> | |
20 <header> | |
21 Luci | |
22 <div> | |
23 | |
24 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> | |
25 | |
26 </div> | |
27 </header> | |
28 <hr> | |
29 | |
30 <h1>Builder <a href="/foobar">Sample Builder</a></h1> | |
31 | |
32 <div class="prelude"> | |
33 <div class="column"> | |
34 | |
35 </div> | |
36 | |
37 <div class="column"> | |
38 | |
39 <h2>No current builds</h2> | |
40 | |
41 </div> | |
42 | |
43 <div class="column"> | |
44 | |
45 <h2>No Pending Build Requests</h2> | |
46 | |
47 </div> | |
48 </div> | |
49 | |
50 <div class="main"> | |
51 | |
52 <h2>No Recent Builds</h2> | |
53 | |
54 </div> | |
55 | |
56 <div class="epiloge"> | |
57 | |
58 (Show: | |
59 <a href="/foobar">default</a> | |
60 <a href="/foobar?limit=25">25</a> | |
61 <a href="/foobar?limit=50">50</a> | |
62 <a href="/foobar?limit=100">100</a> | |
63 <a href="/foobar?limit=200">200</a> | |
64 ) | |
65 | |
66 </div> | |
67 | |
68 | |
69 <footer> | |
70 <hr> | |
71 <a href="https://github.com/luci">luci</a>, | |
72 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
73 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | |
74 </footer> | |
75 <script> | |
76 (function () { | |
77 'use strict'; | |
78 milo.makeTimesLocal(); | |
79 milo.annotateDurations(); | |
80 $(document).tooltip({ | |
81 show: false, | |
82 hide: false | |
83 }); | |
84 })(); | |
85 </script> | |
86 <script> | |
87 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
88 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
89 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
90 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
91 | |
92 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
93 </script> | |
94 | |
95 <script> | |
96 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
97 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
98 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
99 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
100 | |
101 ga('create', 'UA-12345-01', 'auto'); | |
102 ga('send', 'pageview'); | |
103 </script> | |
104 | |
OLD | NEW |