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

Side by Side Diff: appengine/cmd/milo/frontend/expectations/buildbot-swarming.TestableBuild-Basic_successful_build.html

Issue 2093503002: milo: source and bot links (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: change link text Created 4 years, 6 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>Test swarming build</title> 5 <title>Test swarming build</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">
(...skipping 13 matching lines...) Expand all
24 <p class="success result">Build successful 24 <p class="success result">Build successful
25 25
26 <span class="subtitle"> 26 <span class="subtitle">
27 27
28 </span> 28 </span>
29 </p> 29 </p>
30 30
31 31
32 32
33 33
34 34
35 35
36 36
37 37
38 <h2>Steps and Logfiles:</h2> 38 <h2>Steps and Logfiles:</h2>
39 <ol> 39 <ol>
40 40
41 </ol> 41 </ol>
42 42
43 </div> 43 </div>
44 44
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 })(); 94 })();
95 </script> 95 </script>
96 96
97 <script> 97 <script>
98 (function () { 98 (function () {
99 'use strict'; 99 'use strict';
100 document.getElementById('current-time').textContent = milo.formatDate( 100 document.getElementById('current-time').textContent = milo.formatDate(
101 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); 101 '0001-02-03 04:05:06.000000007 \x2b0000 UTC');
102 })(); 102 })();
103 </script> 103 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698