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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_no_builds.html

Issue 2271483002: Milo: Add a login url (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain Created 4 years, 4 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>Builder Sample Builder</title> 5 <title>Builder Sample Builder</title>
6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
7 <script src="/static/common/js/time.js"></script> 7 <script src="/static/common/js/time.js"></script>
8 <script src="/static/common/third_party/js/jquery.min.js"></script> 8 <script src="/static/common/third_party/js/jquery.min.js"></script>
9 9
10 10
11 <body class="interface"> 11 <body class="interface">
12 <header> 12 <header>
13 Luci 13 Luci
14 <div>
15
16 <a href="https://login.url/">login</a>
17
18 </div>
14 </header> 19 </header>
15 <hr> 20 <hr>
16 21
17 22
18 <h2>No current builds</h2> 23 <h2>No current builds</h2>
19 24
20 25
21 26
22 <h2>No Pending Build Requests</h2> 27 <h2>No Pending Build Requests</h2>
23 28
(...skipping 10 matching lines...) Expand all
34 <a href="https://github.com/luci">luci</a>, 39 <a href="https://github.com/luci">luci</a>,
35 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 40 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
36 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) 41 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
37 </footer> 42 </footer>
38 <script> 43 <script>
39 (function () { 44 (function () {
40 'use strict'; 45 'use strict';
41 milo.makeTimesLocal(); 46 milo.makeTimesLocal();
42 })(); 47 })();
43 </script> 48 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698