mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
rename storagesheet to sheet
the client now expects a node shape of `sheet` not `storagesheet` update report.go to reflect this. fixes #3322
This commit is contained in:
@@ -19,7 +19,7 @@ var (
|
||||
cloud = "cloud"
|
||||
cylinder = "cylinder"
|
||||
dottedcylinder = "dottedcylinder"
|
||||
storagesheet = "storagesheet"
|
||||
storagesheet = "sheet"
|
||||
|
||||
// Helper to make a report.node with some common options
|
||||
node = func(topology string) func(id string, adjacent ...string) report.Node {
|
||||
|
||||
@@ -43,7 +43,7 @@ const (
|
||||
Cloud = "cloud"
|
||||
Cylinder = "cylinder"
|
||||
DottedCylinder = "dottedcylinder"
|
||||
StorageSheet = "storagesheet"
|
||||
StorageSheet = "sheet"
|
||||
|
||||
// Used when counting the number of containers
|
||||
ContainersKey = "containers"
|
||||
|
||||
Reference in New Issue
Block a user