Move SchemaExplorer to shared dir
parent
934e474cd2
commit
42f1f68f40
|
@ -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:'}
|
||||
|
|
|
@ -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 =>
|
||||
|
|
Loading…
Reference in New Issue