| OLD | NEW |
| (Empty) |
| 1 | |
| 2 <!DOCTYPE html> | |
| 3 | |
| 4 <html lang="en"> | |
| 5 <meta charset="utf-8"> | |
| 6 <title> | |
| 7 | |
| 8 Pending | |
| 9 | |
| 10 - | |
| 11 | |
| 12 1a2b3c4d5e6f7890 | |
| 13 </title> | |
| 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | |
| 15 <script src="/static/common/js/time.js"></script> | |
| 16 <script src="/static/common/third_party/js/jquery.min.js"></script> | |
| 17 | |
| 18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/gray-32.png"> | |
| 19 | |
| 20 | |
| 21 | |
| 22 <body class="interface"> | |
| 23 <header> | |
| 24 Luci | |
| 25 <div> | |
| 26 | |
| 27 <a href="https://login.url/?target=/foobar">login</a> | |
| 28 | |
| 29 </div> | |
| 30 </header> | |
| 31 <hr> | |
| 32 | |
| 33 <div class="content"> | |
| 34 <h1> | |
| 35 | |
| 36 Build 1a2b3c4d5e6f7890 | |
| 37 | |
| 38 </h1> | |
| 39 | |
| 40 <div class="column"> | |
| 41 | |
| 42 <h2>Results:</h2> | |
| 43 | |
| 44 | |
| 45 <p class="pending result">Build Pending | |
| 46 | |
| 47 <span class="subtitle"> | |
| 48 | |
| 49 </span> | |
| 50 </p> | |
| 51 | |
| 52 | |
| 53 | |
| 54 | |
| 55 | |
| 56 | |
| 57 <h2>Execution:</h2> | |
| 58 <ul> | |
| 59 | |
| 60 <li> | |
| 61 Source: | |
| 62 <a href="https://example.com/user/task/1a2b3c4d5e6f7890">Task 1a2b3c4d
5e6f7890</a> | |
| 63 </li> | |
| 64 | |
| 65 | |
| 66 | |
| 67 | |
| 68 | |
| 69 </ul> | |
| 70 | |
| 71 | |
| 72 | |
| 73 | |
| 74 | |
| 75 <h2>Steps and Logfiles:</h2> | |
| 76 <input type="checkbox" id="showHidden"> | |
| 77 <label for="showHidden">Show hidden <span id="numHidden"></span></label> | |
| 78 <ol id="steps" class="hide"> | |
| 79 | |
| 80 | |
| 81 | |
| 82 | |
| 83 | |
| 84 | |
| 85 <li class="verbosity-Normal"> | |
| 86 <div class="status-Running result"> | |
| 87 <b>Waiting...</b> | |
| 88 | |
| 89 <span> | |
| 90 <div class="step-text">waiting for annotation stream</div> | |
| 91 </span> | |
| 92 </div> | |
| 93 <ul> | |
| 94 | |
| 95 | |
| 96 | |
| 97 <li> - no logs - </li> | |
| 98 | |
| 99 </ul> | |
| 100 </li> | |
| 101 | |
| 102 </ol> | |
| 103 | |
| 104 | |
| 105 </div> | |
| 106 | |
| 107 <div class="column"> | |
| 108 | |
| 109 <h2>Build Properties:</h2> | |
| 110 | |
| 111 <table class="info" width="100%"> | |
| 112 <tr><th>Name</th><th>Value</th><th>Source</th></tr> | |
| 113 | |
| 114 | |
| 115 </table> | |
| 116 | |
| 117 | |
| 118 | |
| 119 <h2>Timing:</h2> | |
| 120 <table class="info" width="100%"> | |
| 121 <tr class="alt"><td class="left">Start</td> | |
| 122 <td> | |
| 123 N/A | |
| 124 </td></tr> | |
| 125 <tr><td class="left">End</td> | |
| 126 <td> | |
| 127 N/A | |
| 128 </td></tr> | |
| 129 <tr class="alt"><td class="left">Elapsed</td> | |
| 130 <td id="duration"> | |
| 131 | |
| 132 N/A | |
| 133 | |
| 134 </td></tr> | |
| 135 </table> | |
| 136 | |
| 137 </div> | |
| 138 | |
| 139 | |
| 140 </div> | |
| 141 </div> | |
| 142 <script language="javascript"> | |
| 143 $(document).ready(function() { | |
| 144 var check = function(checked) { | |
| 145 var things = $("#steps"); | |
| 146 if (checked) { | |
| 147 $("#steps").removeClass("hide"); | |
| 148 } else { | |
| 149 $("#steps").addClass("hide"); | |
| 150 } | |
| 151 var numHidden = $(".verbosity-Hidden").length; | |
| 152 if (numHidden > 0) { | |
| 153 $("#numHidden").text("(" + numHidden + " hidden)"); | |
| 154 } else { | |
| 155 $("#numHidden").text(""); | |
| 156 } | |
| 157 }; | |
| 158 | |
| 159 check($("#showHidden").is(":checked")); | |
| 160 $("#showHidden").click(function(e) { | |
| 161 check($(this).is(":checked")); | |
| 162 }); | |
| 163 }); | |
| 164 </script> | |
| 165 | |
| 166 <footer> | |
| 167 <hr> | |
| 168 <a href="https://github.com/luci">luci</a>, | |
| 169 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
| 170 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | |
| 171 </footer> | |
| 172 <script> | |
| 173 (function () { | |
| 174 'use strict'; | |
| 175 milo.makeTimesLocal(); | |
| 176 })(); | |
| 177 </script> | |
| 178 <script> | |
| 179 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
| 180 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
| 181 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
| 182 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
| 183 | |
| 184 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
| 185 </script> | |
| 186 | |
| 187 <script> | |
| 188 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
| 189 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
| 190 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
| 191 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
| 192 | |
| 193 ga('create', 'UA-12345-01', 'auto'); | |
| 194 ga('send', 'pageview'); | |
| 195 </script> | |
| 196 | |
| OLD | NEW |