| Index: gm/rebaseline_server/static/index.html
|
| ===================================================================
|
| --- gm/rebaseline_server/static/index.html (revision 12512)
|
| +++ 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">
|
| 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)
|
|
|