Revert bin layouts for now
parent
e151416d0f
commit
bfb5fcbe02
|
@ -117,7 +117,7 @@ func openService(boltPath, cannedPath string, logger chronograf.Logger) Service
|
|||
// These apps are those handled from a directory
|
||||
apps := canned.NewApps(cannedPath, &uuid.V4{}, logger)
|
||||
// These apps are statically compiled into chronograf
|
||||
binApps := &canned.BinLayoutStore{
|
||||
_ = &canned.BinLayoutStore{
|
||||
Logger: logger,
|
||||
}
|
||||
|
||||
|
@ -128,7 +128,6 @@ func openService(boltPath, cannedPath string, logger chronograf.Logger) Service
|
|||
Stores: []chronograf.LayoutStore{
|
||||
db.LayoutStore,
|
||||
apps,
|
||||
binApps,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue