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

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

Issue 2134673003: milo: buildbucket builer view (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased and regenerated expectations Created 4 years, 5 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 [[name here]]</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 8
9 9
10 <body class="interface"> 10 <body class="interface">
11 <header> 11 <header>
12 Luci 12 Luci
13 </header> 13 </header>
14 <hr> 14 <hr>
15 15
(...skipping 17 matching lines...) Expand all
33 <a href="https://github.com/luci">luci</a>, 33 <a href="https://github.com/luci">luci</a>,
34 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 34 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
35 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 35 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
36 </footer> 36 </footer>
37 <script> 37 <script>
38 (function () { 38 (function () {
39 'use strict'; 39 'use strict';
40 milo.makeTimesLocal(); 40 milo.makeTimesLocal();
41 })(); 41 })();
42 </script> 42 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698