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

Unified Diff: gm/rebaseline_server/static/view.html

Issue 267363010: rebaseline_server: add link to other result sets from main UI (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« 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: gm/rebaseline_server/static/view.html
diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html
index 0b2476c534da14746446d46692dcbeaa27661556..bbe1f210f3069bd6d7eaddd34148cf3c23cf2947 100644
--- a/gm/rebaseline_server/static/view.html
+++ b/gm/rebaseline_server/static/view.html
@@ -32,7 +32,12 @@
</div>
<div ng-show="header[constants.KEY__HEADER__TIME_UPDATED]">
- Results from <a href="{{resultsToLoad}}">{{resultsToLoad}}</a> current as of {{localTimeString(header[constants.KEY__HEADER__TIME_UPDATED])}}
+ These results, from raw JSON file
+ <a href="{{resultsToLoad}}">{{resultsToLoad}}</a>, current as of
+ {{localTimeString(header[constants.KEY__HEADER__TIME_UPDATED])}}
+ <br>
+ To see other sets of results (all results, failures only, etc.),
+ <a href="/">click here</a>
</div>
<div class="tab-wrapper"><!-- tabs -->
« 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