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

Unified Diff: milo/appengine/frontend/expectations/swarming.build-build-canceled.html

Issue 2921573002: Milo UI tweaks (Closed)
Patch Set: only -> Only Created 3 years, 7 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
Index: milo/appengine/frontend/expectations/swarming.build-build-canceled.html
diff --git a/milo/appengine/frontend/expectations/swarming.build-build-canceled.html b/milo/appengine/frontend/expectations/swarming.build-build-canceled.html
index 2c75abb0d334b90ec3d7109ba8146a28aae702a7..06f15e95cb296917ca69f061c4de349337e91a7a 100644
--- a/milo/appengine/frontend/expectations/swarming.build-build-canceled.html
+++ b/milo/appengine/frontend/expectations/swarming.build-build-canceled.html
@@ -100,23 +100,22 @@
<input type="radio" name="hider" id="showStandard" checked>
<label for="showStandard">Standard</label>
<input type="radio" name="hider" id="showInteresting">
- <label for="showInteresting">Interesting Only</label>
+ <label for="showInteresting">Non-Green Only</label>
<ol id="steps" class="standard">
<li class="verbosity-Interesting">
<div class="status-Failure result">
- <b>Steps</b>
- <span style="float:right"
- class="duration"
+ <span class="duration"
data-starttime="2016-03-14T10:00:01Z"
data-endtime="2016-03-14T11:00:18Z">
( 1 hrs )</span>
+ <b>Steps</b>
</div>
<ul>
- <li><a href="foo/stdout">stdout</a></li>
+ <li class="sublink"><a href="foo/stdout">stdout</a></li>
</ul>
</li>
@@ -126,19 +125,18 @@
<li class="verbosity-Hidden">
<div class="status-Success result">
- <b>recipe bootstrap</b>
- <span style="float:right"
- class="duration"
+ <span class="duration"
data-starttime="2016-03-14T10:00:02Z"
data-endtime="2016-03-14T10:00:04Z">
( 2 secs )</span>
+ <b>recipe bootstrap</b>
<span>
</span>
</div>
<ul>
- <li><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li>
+ <li class="sublink"><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li>
</ul>
@@ -146,21 +144,20 @@
<li class="verbosity-Hidden">
<div class="status-Success result">
- <b>setup_build</b>
- <span style="float:right"
- class="duration"
+ <span class="duration"
data-starttime="2016-03-14T10:00:02Z"
data-endtime="2016-03-14T10:00:03Z">
( 1 secs )</span>
+ <b>setup_build</b>
<span>
<div class="step-text">running recipe: &#34;v8&#34;</div>
</span>
</div>
<ul>
- <li><a href="foo/steps/setup_build/0/stdout">stdout</a></li>
+ <li class="sublink"><a href="foo/steps/setup_build/0/stdout">stdout</a></li>
- <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_recipe</a></li>
+ <li class="sublink"><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_recipe</a></li>
</ul>
@@ -175,7 +172,7 @@
<h2>Build Properties:</h2>
- <table class="info" width="100%">
+ <table class="info BuildProperties" width="100%">
<tr><th>Name</th><th>Value</th><th>Source</th></tr>
@@ -183,25 +180,25 @@
<tr>
<td class="left">path_config</td>
- <td>kitchen</td>
+ <td class="middle"><abbr title="kitchen">kitchen</abbr></td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">slavename</td>
- <td>fakeslave</td>
+ <td class="middle"><abbr title="fakeslave">fakeslave</abbr></td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">buildername</td>
- <td>infra-continuous-precise-32</td>
+ <td class="middle"><abbr title="infra-continuous-precise-32">infra-continuous-precise-32</abbr></td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">mastername</td>
- <td>chromium.infra</td>
+ <td class="middle"><abbr title="chromium.infra">chromium.infra</abbr></td>
<td>recipe bootstrap</td>
</tr>
@@ -216,7 +213,7 @@
<tr>
<td class="left">Cost of job (USD)</td>
- <td>$0.52</td>
+ <td class="middle"><abbr title="$0.52">$0.52</abbr></td>
<td>Swarming</td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698