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

Unified Diff: appengine/swarming/elements/res/imp/botlist/bot-list-data.html

Issue 2366663003: Use non-proxied links (Closed) Base URL: git@github.com:luci/luci-py@manual-add
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
Index: appengine/swarming/elements/res/imp/botlist/bot-list-data.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list-data.html b/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
index 46f621f188acac73f6be3a59eba3340179427681..55ca5d1a6abc44439965c1c619f743aa7137176f 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list-data.html
@@ -167,9 +167,9 @@
},
signIn: function(){
- this._getJsonAsync("_count", "/_ah/api/swarming/v1/bots/count",
+ this._getJsonAsync("_count", "/api/swarming/v1/bots/count",
"_busy2", this.auth_headers);
- this._getJsonAsync("_dimensions","/_ah/api/swarming/v1/bots/dimensions",
+ this._getJsonAsync("_dimensions","/api/swarming/v1/bots/dimensions",
"_busy3", this.auth_headers);
this._request();
@@ -306,7 +306,7 @@
if (!this.auth_headers || !this.query_params) {
return;
}
- this._getJsonAsync("_list", "/_ah/api/swarming/v1/bots/list",
+ this._getJsonAsync("_list", "/api/swarming/v1/bots/list",
"_busy1", this.auth_headers, this.query_params);
},
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/elements/res/imp/botpage/bot-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698