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

Unified Diff: appengine/swarming/ui/res/imp/common/swarming-app.html

Issue 2410573002: Make new UI be the default UI (Closed)
Patch Set: simplify regex Created 4 years, 2 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/ui/res/imp/common/common-behavior.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/common/swarming-app.html
diff --git a/appengine/swarming/ui/res/imp/common/swarming-app.html b/appengine/swarming/ui/res/imp/common/swarming-app.html
index 66ae86d1eac6e2f16c1a6bb3741b7229f6a09561..9da5c24457e15c27457cf61f2817a5526066f6ec 100644
--- a/appengine/swarming/ui/res/imp/common/swarming-app.html
+++ b/appengine/swarming/ui/res/imp/common/swarming-app.html
@@ -103,10 +103,11 @@
<div class="title left">[[name]]</div>
<paper-spinner-lite class="left" active="[[_or(busy,_busy1,_busy2)]]"></paper-spinner-lite>
- <a class="left" href="/newui/">Home</a>
- <a class="left" href="/newui/botlist">Bot List</a>
- <a class="left" href="/newui/tasklist">Task List</a>
+ <a class="left" href="/">Home</a>
+ <a class="left" href="/botlist">Bot List</a>
+ <a class="left" href="/tasklist">Task List</a>
<div class="flex"></div>
+ <a class="small right" href="/oldui">Old UI</a>
<div class="small right">
Server:
<a href$="[[_versionLink(server_details)]]">
« no previous file with comments | « appengine/swarming/ui/res/imp/common/common-behavior.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698