Move SchemaExplorer to shared dir

pull/10616/head
Andrew Watkins 2017-08-14 14:29:11 -07:00
parent 934e474cd2
commit 42f1f68f40
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import React, {PropTypes} from 'react'
import EmptyQuery from 'src/shared/components/EmptyQuery'
import QueryTabList from 'src/shared/components/QueryTabList'
import QueryTextArea from 'src/dashboards/components/QueryTextArea'
import SchemaExplorer from 'src/dashboards/components/SchemaExplorer'
import SchemaExplorer from 'src/shared/components/SchemaExplorer'
import buildInfluxQLQuery from 'utils/influxql'
const TEMPLATE_RANGE = {upper: null, lower: ':dashboardTime:'}

View File

@ -3,7 +3,7 @@ import React, {PropTypes} from 'react'
import QueryEditor from './QueryEditor'
import EmptyQuery from 'src/shared/components/EmptyQuery'
import QueryTabList from 'src/shared/components/QueryTabList'
import SchemaExplorer from 'src/dashboards/components/SchemaExplorer'
import SchemaExplorer from 'src/shared/components/SchemaExplorer'
import buildInfluxQLQuery from 'utils/influxql'
const rawTextBinder = (links, id, action) => text =>