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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_with_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>Current Builds (1):</h2>
30 <ul>
31
32 <li><a href="https://some.url/path">Some current build</a>
33
34
35
36
37 [Running for: 0]
38
39 </li>
40
41 </ul>
42
43
44
45 <h2>Pending Build Requests (1):</h2>
46 <ul>
47
48 <li><small>(, waiting 0)</small>
49
50
51
52
53
54
55 </li>
56
57 </ul>
58
59
60
61 <h2>Recent Builds:</h2>
62
63 <table class="info">
64 <tr>
65 <th>Time</th>
66 <th>Revision</th>
67 <th>Result</th>
68 <th>Build #</th>
69 <th>Changes</th>
70 <th>Info</th>
71 </tr>
72
73
74 <tr>
75 <td></td>
76 <td class="revision">deadbeef</td>
77
78 <td> NotRun </td>
79
80 <td><a href="https://some.url/path">Some current build</a></td>
81 <td>
82
83
84
85
86 </td>
87 <td class="left">
88
89 </td>
90 </tr>
91
92 </table>
93
94
95 (Show:
96 <a href=".">default</a>
97 <a href="?limit=25">25</a>
98 <a href="?limit=50">50</a>
99 <a href="?limit=100">100</a>
100 <a href="?limit=200">200</a>
101 )
102
103
104 <footer>
105 <hr>
106 <a href="https://github.com/luci">luci</a>,
107 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
108 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
109 </footer>
110 <script>
111 (function () {
112 'use strict';
113 milo.makeTimesLocal();
114 })();
115 </script>
116 <script>
117 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
118 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
119 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
120 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
121
122 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
123 </script>
124
125 <script>
126 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
127 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
128 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
129 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
130
131 ga('create', 'UA-12345-01', 'auto');
132 ga('send', 'pageview');
133 </script>
134
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698