Merge branch 'feature/db-manager' of github.com:influxdata/chronograf into feature/db-manager

pull/1029/head
Andrew Watkins 2017-03-24 10:07:50 -07:00
commit 3356c21969
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ type rpResponse struct {
Duration string `json:"duration"` // the duration
Replication int32 `json:"replication"` // the replication factor
ShardDuration string `json:"shardDuration"` // the shard duration
Default bool `json:"default"` // whether the RP should be the default
Default bool `json:"isDefault"` // whether the RP should be the default
Links rpLinks `json:"links"` // Links are URI locations related to the database
}