| Index: appengine/swarming/templates/public_botlist_index.html | 
| diff --git a/appengine/swarming/elements/botlist-index.html b/appengine/swarming/templates/public_botlist_index.html | 
| similarity index 90% | 
| rename from appengine/swarming/elements/botlist-index.html | 
| rename to appengine/swarming/templates/public_botlist_index.html | 
| index 830b7ccb52e512eb5e584f63fb4f3eab5232384e..d2988eba2e93a8c53ae602f971d53e7dab6af0cc 100644 | 
| --- a/appengine/swarming/elements/botlist-index.html | 
| +++ b/appengine/swarming/templates/public_botlist_index.html | 
| @@ -19,7 +19,9 @@ | 
| </head> | 
|  | 
| <body> | 
| -  <bot-list></bot-list> | 
| +  <bot-list | 
| +    client_id="{{client_id}}"> | 
| +  </bot-list> | 
| </body> | 
|  | 
| </html> | 
|  |