Merge pull request #3618 from influxdata/feature/back-to-the-fqi

Update the name to fqi
pull/10616/head
Nathan Haugo 2018-06-08 17:40:56 -07:00 committed by GitHub
commit 5f120080aa
1 changed files with 1 additions and 1 deletions

View File

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