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

Unified Diff: appengine/swarming/proto/config.proto

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/bots_pb2.py ('k') | appengine/swarming/proto/config_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/proto/config.proto
diff --git a/appengine/swarming/proto/config.proto b/appengine/swarming/proto/config.proto
index d3f29faded327c43a1dc0cea104a3755eb32269c..6f2f7db1cc15c64d5d45f06f989a68bda56f41c4 100644
--- a/appengine/swarming/proto/config.proto
+++ b/appengine/swarming/proto/config.proto
@@ -38,6 +38,10 @@ message SettingsCfg {
// A mapping "dimension" => "who can posts tasks for it".
optional DimensionACLs dimension_acls = 10;
+
+ // A url to a task display server (e.g. milo). This should have a %s where
+ // a task id can go.
+ optional string display_server_url_template = 11;
}
« no previous file with comments | « appengine/swarming/proto/bots_pb2.py ('k') | appengine/swarming/proto/config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698