| Index: appengine/swarming/templates/restricted_bot.html
|
| diff --git a/appengine/swarming/templates/restricted_bot.html b/appengine/swarming/templates/restricted_bot.html
|
| index 14b8633f7e574456921b3589e89d8200661081f2..10894515cd74cb22dd612c9116cd563194cb249f 100644
|
| --- a/appengine/swarming/templates/restricted_bot.html
|
| +++ b/appengine/swarming/templates/restricted_bot.html
|
| @@ -46,6 +46,8 @@
|
| {% import 'swarming/bot_view.html' as bot_view %}
|
| <h1>Bot details</h1>
|
| <a href="/restricted/bots">Back to bots list</a>
|
| +<br/>
|
| +<a href="{{try_link}}">Try out the new bot page UI</a>
|
| <p>
|
|
|
| {% if bot %}
|
|
|