Skip to content

Commit

Permalink
upcoming: [M3-7428] - Create feature flag to support OBJ Multi Cluste…
Browse files Browse the repository at this point in the history
…r UI changes (#9970)

* Feature flag to support OBJ Multi Cluster

* Added changeset: Create feature flag to support OBJ Multi Cluster UI changes
  • Loading branch information
cpathipa authored Dec 6, 2023
1 parent 41ea4c0 commit 2b0bf7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Upcoming Features
---

Create feature flag to support OBJ Multi Cluster UI changes ([#9970](https://github.com/linode/manager/pull/9970))
1 change: 1 addition & 0 deletions packages/manager/src/dev-tools/FeatureFlagTool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const options: { flag: keyof Flags; label: string }[] = [
{ flag: 'unifiedMigrations', label: 'Unified Migrations' },
{ flag: 'vpc', label: 'VPC' },
{ flag: 'recharts', label: 'Recharts' },
{ flag: 'objMultiCluster', label: 'OBJ Multi-Cluster' },
];

export const FeatureFlagTool = withFeatureFlagProvider(() => {
Expand Down
1 change: 1 addition & 0 deletions packages/manager/src/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface Flags {
linodeCreateWithFirewall: boolean;
mainContentBanner: MainContentBanner;
metadata: boolean;
objMultiCluster: boolean;
oneClickApps: OneClickApp;
oneClickAppsDocsOverride: Record<string, Doc[]>;
parentChildAccountAccess: boolean;
Expand Down

0 comments on commit 2b0bf7a

Please sign in to comment.