Fix whitespace in proto

pull/10616/head
Chris Goller 2017-04-20 14:35:59 -05:00
parent d45a1ae7f4
commit 5c64a24760
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ message Dashboard {
int64 ID = 1; // ID is the unique ID of the dashboard int64 ID = 1; // ID is the unique ID of the dashboard
string Name = 2; // Name is the user-defined name of the dashboard string Name = 2; // Name is the user-defined name of the dashboard
repeated DashboardCell cells = 3; // a representation of all visual data required for rendering the dashboard repeated DashboardCell cells = 3; // a representation of all visual data required for rendering the dashboard
repeated Template templates = 4; // Templates replace template variables within InfluxQL repeated Template templates = 4; // Templates replace template variables within InfluxQL
} }
message DashboardCell { message DashboardCell {
@ -52,8 +52,8 @@ message TemplateQuery {
string db = 2; // DB the database for the query (optional) string db = 2; // DB the database for the query (optional)
string rp = 3; // RP is a retention policy and optional; string rp = 3; // RP is a retention policy and optional;
string measurement = 4; // Measurement is the optinally selected measurement for the query string measurement = 4; // Measurement is the optinally selected measurement for the query
string tag_key = 5; // TagKey is the optionally selected tag key for the query string tag_key = 5; // TagKey is the optionally selected tag key for the query
string field_key = 6; // FieldKey is the optionally selected field key for the query string field_key = 6; // FieldKey is the optionally selected field key for the query
} }
message Server { message Server {