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

Side by Side Diff: masters/master.client.v8/templates/announce.html

Issue 574623003: V8 Buildbot: Add link to roll status app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.client.v8.branches/templates/announce.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 2
3 {% block header -%} 3 {% block header -%}
4 {{ super() }} 4 {{ super() }}
5 <hr/> 5 <hr/>
6 6
7 <script language="javascript"> 7 <script language="javascript">
8 /** 8 /**
9 * A simple HTML iframe string. 9 * A simple HTML iframe string.
10 * @param {String} attributes A set of HTML attributes for the table. 10 * @param {String} attributes A set of HTML attributes for the table.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <tr> 54 <tr>
55 <td width="50%" style="text-align: right;"> 55 <td width="50%" style="text-align: right;">
56 <b>Sheriff: </b> 56 <b>Sheriff: </b>
57 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js '></script> 57 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js '></script>
58 &nbsp;&nbsp; 58 &nbsp;&nbsp;
59 <b>Masters: </b> 59 <b>Masters: </b>
60 <a id="master_v8" href="../client.v8">client.v8</a> | 60 <a id="master_v8" href="../client.v8">client.v8</a> |
61 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch es</a> 61 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch es</a>
62 &nbsp;&nbsp; 62 &nbsp;&nbsp;
63 <b>Controls: </b> 63 <b>Controls: </b>
64 <a id="tree_status_link" href="https://v8-status.appspot.com">tree statu s</a> 64 <a id="tree_status_link" href="https://v8-status.appspot.com">tree statu s</a> |
65 <a id="roll_status_link" href="https://v8-roll.appspot.com">roll status< /a>
65 &nbsp;&nbsp; 66 &nbsp;&nbsp;
66 <b>LKGR: </b> 67 <b>LKGR: </b>
67 <a id="lkgr_link" href="https://v8-status.appspot.com/lkgr">lkgr</a> 68 <a id="lkgr_link" href="https://v8-status.appspot.com/lkgr">lkgr</a>
68 <script language="javascript"> 69 <script language="javascript">
69 setTimeout('DisplayLKGR()', 100); 70 setTimeout('DisplayLKGR()', 100);
70 </script> 71 </script>
71 &nbsp;&nbsp; 72 &nbsp;&nbsp;
72 <b>Branch builders: </b> 73 <b>Branch builders: </b>
73 </td> 74 </td>
74 <td width="49%" style="text-align: left;"> 75 <td width="49%" style="text-align: left;">
(...skipping 13 matching lines...) Expand all
88 </center> 89 </center>
89 90
90 </div> 91 </div>
91 {% endblock header %} 92 {% endblock header %}
92 93
93 {% block footer %} 94 {% block footer %}
94 95
95 {{ super() }} 96 {{ super() }}
96 {# <p>Debug info: {{ debuginfo }}</p> #} 97 {# <p>Debug info: {{ debuginfo }}</p> #}
97 {% endblock %} 98 {% endblock %}
OLDNEW
« no previous file with comments | « masters/master.client.v8.branches/templates/announce.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698