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

Unified Diff: master/templates/layout.html

Issue 412313002: Show new client.skia master on the old master headers (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/templates/layout.html
diff --git a/master/templates/layout.html b/master/templates/layout.html
index ff292b12c96537beca54f3090a563e4f414bacd7..36cd46108b30e64af3550c590362a100bfb1f4df 100644
--- a/master/templates/layout.html
+++ b/master/templates/layout.html
@@ -691,6 +691,10 @@ http://src.chromium.org/viewvc/chrome/trunk/tools/build/third_party/buildbot_8_4
<p>
Skia Build Masters:
<table>
+ <tr id="results_summary_client_skia">
+ <td style="text-align: right"><a href="http://build.chromium.org/p/client.skia/console">client.skia</a></td>
+ <td colspan="1000"><iframe width="100%" height="20" frameborder="0" scrolling="no" src="http://build.chromium.org/p/client.skia/horizontal_one_box_per_builder"></iframe></td>
+ </tr>
{% for master in masters %}
{% if not (not is_internal_view and master['name'] == 'PrivateSkia') %}
<tr id="results_summary_{{ master['name'] }}">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698