rebaseline_server: add link to other result sets from main UI
BUG=skia:2529 NOTREECHECKS=True NOTRY=True (SkipBuildbotRuns) R=caryclark@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/267363010 git-svn-id: http://skia.googlecode.com/svn/trunk@14648 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
199cf69575
commit
0ecbfffa82
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user