Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: appengine/swarming/templates/restricted_bot.html

Issue 2362483002: Links to the newui preserve state (Closed) Base URL: git@github.com:luci/luci-py@nicer-botlist
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/templates/restricted_botslist.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 %}
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/templates/restricted_botslist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698