Merge pull request #3601 from influxdata/chore/flux-feature-flag

Remove FeatureFlag from Flux Page
pull/10616/head
Nathan Haugo 2018-06-08 10:52:49 -07:00 committed by GitHub
commit 903af3825a
1 changed files with 1 additions and 3 deletions

View File

@ -84,9 +84,7 @@ class SideNav extends PureComponent<Props> {
location={location}
>
<NavHeader link={dataExplorerLink} title="Data Explorer" />
<FeatureFlag name="time-machine">
<NavHeader link={`${sourcePrefix}/delorean`} title="Time Machine" />
</FeatureFlag>
<NavHeader link={`${sourcePrefix}/delorean`} title="Time Machine" />
</NavBlock>
<NavBlock
highlightWhen={['dashboards']}