Skip to content

Commit

Permalink
chore: move flux testing notebook to feature flag (#18612)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdelambre authored Jun 18, 2020
1 parent cc19948 commit 2d9f86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/notebooks/pipes/TestFlux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ register({
type: 'test',
component: View,
priority: -1,
disabled: true,
featureFlag: 'notebook-panel--test-flux',
button: 'Flux Result Tester',
initial: {
panelVisibility: 'visible',
Expand Down
2 changes: 2 additions & 0 deletions ui/src/shared/selectors/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const OSS_FLAGS = {
telegrafEditor: false,
streamEvents: false,
'notebook-panel--spotify': false,
'notebook-panel--test-flux': false,
}

export const CLOUD_FLAGS = {
Expand All @@ -29,6 +30,7 @@ export const CLOUD_FLAGS = {
telegrafEditor: false,
streamEvents: false,
'notebook-panel--spotify': false,
'notebook-panel--test-flux': false,
}

export const activeFlags = (state: AppState): FlagMap => {
Expand Down

0 comments on commit 2d9f86a

Please sign in to comment.