mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove branding feature toggle (#56379)
This commit is contained in:
parent
78a57f2064
commit
222c33c307
@ -63,7 +63,6 @@ export interface FeatureToggles {
|
||||
dataConnectionsConsole?: boolean;
|
||||
internationalization?: boolean;
|
||||
topnav?: boolean;
|
||||
customBranding?: boolean;
|
||||
grpcServer?: boolean;
|
||||
traceqlEditor?: boolean;
|
||||
redshiftAsyncQueryDataSupport?: boolean;
|
||||
|
@ -262,11 +262,6 @@ var (
|
||||
Description: "New top nav and page layouts",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
{
|
||||
Name: "customBranding",
|
||||
Description: "Replaces whitelabeling with the new custom branding feature",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
{
|
||||
Name: "grpcServer",
|
||||
Description: "Run GRPC server",
|
||||
|
@ -195,10 +195,6 @@ const (
|
||||
// New top nav and page layouts
|
||||
FlagTopnav = "topnav"
|
||||
|
||||
// FlagCustomBranding
|
||||
// Replaces whitelabeling with the new custom branding feature
|
||||
FlagCustomBranding = "customBranding"
|
||||
|
||||
// FlagGrpcServer
|
||||
// Run GRPC server
|
||||
FlagGrpcServer = "grpcServer"
|
||||
|
Loading…
Reference in New Issue
Block a user