Chromium Code Reviews| Index: gm/rebaseline_server/static/live-view.html |
| diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/live-view.html |
| similarity index 98% |
| copy from gm/rebaseline_server/static/view.html |
| copy to gm/rebaseline_server/static/live-view.html |
| index 0e964d1e980a3d106f01f2e6db00f44a54a95fe1..a8adb2b9ac82445b3fd1daa76e4111966e200239 100644 |
| --- a/gm/rebaseline_server/static/view.html |
| +++ b/gm/rebaseline_server/static/live-view.html |
| @@ -6,7 +6,7 @@ |
| <title ng-bind="windowTitle"></title> |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"></script> |
| <script src="constants.js"></script> |
| - <script src="loader.js"></script> |
| + <script src="live-loader.js"></script> |
| <link rel="stylesheet" href="view.css"> |
| </head> |
| @@ -19,7 +19,12 @@ |
| </h2> |
| <em ng-show="!readyToDisplay"> |
| - Loading results from <a href="{{resultsToLoad}}">{{resultsToLoad}}</a> ... |
| + Loading results of query: |
|
epoger
2014/07/31 15:18:31
Similar to loader.js vs live-loader.js... this fil
|
| + <ul> |
| + <li>actualsDir: {{actualsDir}}</li> |
| + <li>expectationsDir: {{expectationsDir}}</li> |
| + </ul> |
| + <br> |
| {{loadingMessage}} |
| </em> |
| @@ -40,12 +45,8 @@ |
| </div> |
| <div ng-show="header[constants.KEY__HEADER__TIME_UPDATED]"> |
| - These results, from raw JSON file |
| - <a href="{{resultsToLoad}}">{{resultsToLoad}}</a>, current as of |
| + These results 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 --> |