Chromium Code Reviews| Index: gm/rebaseline_server/static/index.html |
| =================================================================== |
| --- gm/rebaseline_server/static/index.html (revision 12480) |
| +++ gm/rebaseline_server/static/index.html (working copy) |
| @@ -9,13 +9,13 @@ |
| Here are links to the result pages: |
| <ul> |
| <li> |
| - <a href="/static/view.html?resultsToLoad=failures"> |
| + <a href="/static/view.html#/view.html?resultsToLoad=failures"> |
|
epoger
2013/12/04 19:49:22
Changed this to me more in line with the URLs gene
|
| failures only |
| </a> |
| (loads faster) |
| </li> |
| <li> |
| - <a href="/static/view.html?resultsToLoad=all"> |
| + <a href="/static/view.html#/view.html?resultsToLoad=all"> |
| all results |
| </a> |
| (includes successful test results) |