| Index: appengine/swarming/templates/public_task_index.html | 
| diff --git a/appengine/swarming/templates/public_swarming_index.html b/appengine/swarming/templates/public_task_index.html | 
| similarity index 68% | 
| copy from appengine/swarming/templates/public_swarming_index.html | 
| copy to appengine/swarming/templates/public_task_index.html | 
| index 65d57a20a5f298712625324b0f7fec158397a1c8..5d99f1531f98b3511fd0d565a2710538348485d3 100644 | 
| --- a/appengine/swarming/templates/public_swarming_index.html | 
| +++ b/appengine/swarming/templates/public_task_index.html | 
| @@ -8,7 +8,7 @@ | 
| <html> | 
|  | 
| <head> | 
| -  <title>Swarming Server</title> | 
| +  <title>Task Page - Swarming</title> | 
| <meta charset="utf-8"> | 
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
| <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> | 
| @@ -18,9 +18,11 @@ | 
| </head> | 
|  | 
| <body> | 
| -  <swarming-index | 
| -    client_id="{{client_id}}"> | 
| -  </swarming-index> | 
| +<!--TODO(kjlubick) change milo_prefix to be set via settings, like client_id--> | 
| +  <task-page | 
| +    client_id="{{client_id}}" | 
| +    milo_prefix="https://luci-milo.appspot.com/swarming/task/"> | 
| +  </task-page> | 
| </body> | 
|  | 
| </html> | 
|  |