Chromium Code Reviews| Index: appengine/swarming/elements/res/imp/botlist/bot-list.html |
| diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list.html b/appengine/swarming/elements/res/imp/botlist/bot-list.html |
| index 1ac7df47d6d5ee9ed2fd1bbcf1ffd9b93c5c4ab2..c1141d35f74a256923384dc3c1ef35dc8bd0a840 100644 |
| --- a/appengine/swarming/elements/res/imp/botlist/bot-list.html |
| +++ b/appengine/swarming/elements/res/imp/botlist/bot-list.html |
| @@ -370,8 +370,7 @@ |
| }, |
| _botLink: function(id) { |
| - // TODO(kjlubick) Make this point to /newui/ when appropriate. |
| - return "/restricted/bot/"+id; |
| + return "/newui/bot?id="+id; |
| }, |