Remove branding feature toggle (#56379)

This commit is contained in:
Tania 2022-10-05 14:07:35 +02:00 committed by GitHub
parent 78a57f2064
commit 222c33c307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

View File

@ -63,7 +63,6 @@ export interface FeatureToggles {
dataConnectionsConsole?: boolean;
internationalization?: boolean;
topnav?: boolean;
customBranding?: boolean;
grpcServer?: boolean;
traceqlEditor?: boolean;
redshiftAsyncQueryDataSupport?: boolean;

View File

@ -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",

View File

@ -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"