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
|
// These apps are those handled from a directory
|
||||||
apps := canned.NewApps(cannedPath, &uuid.V4{}, logger)
|
apps := canned.NewApps(cannedPath, &uuid.V4{}, logger)
|
||||||
// These apps are statically compiled into chronograf
|
// These apps are statically compiled into chronograf
|
||||||
binApps := &canned.BinLayoutStore{
|
_ = &canned.BinLayoutStore{
|
||||||
Logger: logger,
|
Logger: logger,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -128,7 +128,6 @@ func openService(boltPath, cannedPath string, logger chronograf.Logger) Service
|
||||||
Stores: []chronograf.LayoutStore{
|
Stores: []chronograf.LayoutStore{
|
||||||
db.LayoutStore,
|
db.LayoutStore,
|
||||||
apps,
|
apps,
|
||||||
binApps,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue