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

Unified Diff: appengine/swarming/swarming_rpcs.py

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Address Polymer comments 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/proto/config_pb2.py ('k') | appengine/swarming/templates/public_task_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_rpcs.py
diff --git a/appengine/swarming/swarming_rpcs.py b/appengine/swarming/swarming_rpcs.py
index ba4f4184922055a507643a91e254f3e99e514beb..fe788eebf73618837cc1e5c2ef743fbfecbcac2a 100644
--- a/appengine/swarming/swarming_rpcs.py
+++ b/appengine/swarming/swarming_rpcs.py
@@ -70,6 +70,8 @@ class ServerDetails(messages.Message):
"""Reports details about the server."""
server_version = messages.StringField(1)
bot_version = messages.StringField(2)
+ machine_provider_template = messages.StringField(3)
+ display_server_url_template = messages.StringField(4)
class BootstrapToken(messages.Message):
« no previous file with comments | « appengine/swarming/proto/config_pb2.py ('k') | appengine/swarming/templates/public_task_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698