| Index: appengine/swarming/templates/public_bot_index.html
|
| diff --git a/appengine/swarming/templates/public_botlist_index.html b/appengine/swarming/templates/public_bot_index.html
|
| similarity index 89%
|
| copy from appengine/swarming/templates/public_botlist_index.html
|
| copy to appengine/swarming/templates/public_bot_index.html
|
| index 7d71a54aa62fb621a1d0f1a834f1dffe9f776408..9fd361715cc21365902e8ec3da5ed3cbb7f97d5a 100644
|
| --- a/appengine/swarming/templates/public_botlist_index.html
|
| +++ b/appengine/swarming/templates/public_bot_index.html
|
| @@ -8,7 +8,7 @@
|
| <html>
|
|
|
| <head>
|
| - <title>Swarming Bot List</title>
|
| + <title>Swarming Bot Page</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,9 @@
|
| </head>
|
|
|
| <body>
|
| - <bot-list
|
| + <bot-page
|
| client_id="{{client_id}}">
|
| - </bot-list>
|
| + </bot-page>
|
| </body>
|
|
|
| </html>
|
|
|