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

Unified Diff: milo/appengine/frontend/expectations/swarming.build-build-link.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-link.html
diff --git a/milo/appengine/frontend/expectations/swarming.build-build-link.html b/milo/appengine/frontend/expectations/swarming.build-build-link.html
index 37be8bff0f1e8f1415e8d0ebce6163448b3391c9..3f00eacaf1665298f7b66c3937838d42f74f6441 100644
--- a/milo/appengine/frontend/expectations/swarming.build-build-link.html
+++ b/milo/appengine/frontend/expectations/swarming.build-build-link.html
@@ -83,23 +83,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-Hidden">
<div class="status-Running result">
- <b>Steps</b>
- <span style="float:right"
- class="duration"
+ <span class="duration"
data-starttime="2016-03-14T10:00:01Z"
data-endtime="0001-01-01T00:00:00Z">
( 59 mins 58 secs )</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>
@@ -109,21 +108,20 @@
<li class="verbosity-Normal">
<div class="status-Running result">
- <b>recipe bootstrap</b>
- <span style="float:right"
- class="duration"
+ <span class="duration"
data-starttime="2016-03-14T10:00:02Z"
data-endtime="0001-01-01T00:00:00Z">
( 59 mins 58 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>
- <li><a href="https://chromium.googlesource.com/external/github.com/luci/recipes-py/&#43;/master/doc/workflow.md">Confused? README here</a></li>
+ <li class="sublink"><a href="https://chromium.googlesource.com/external/github.com/luci/recipes-py/&#43;/master/doc/workflow.md">Confused? README here</a></li>
</ul>
@@ -138,7 +136,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>

Powered by Google App Engine
This is Rietveld 408576698