| Index: appengine/swarming/templates/public_task_index.html
|
| diff --git a/appengine/swarming/templates/public_task_index.html b/appengine/swarming/templates/public_task_index.html
|
| index 5d99f1531f98b3511fd0d565a2710538348485d3..688c2c82a5ee24fc2fb51880362e597fd7479781 100644
|
| --- a/appengine/swarming/templates/public_task_index.html
|
| +++ b/appengine/swarming/templates/public_task_index.html
|
| @@ -18,10 +18,8 @@
|
| </head>
|
|
|
| <body>
|
| -<!--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/">
|
| + client_id="{{client_id}}">
|
| </task-page>
|
| </body>
|
|
|
|
|