Cloud exclude orgs in mepage
parent
02d27a91e5
commit
9ae386372a
|
@ -11,6 +11,7 @@ import ResourceFetcher from 'src/shared/components/resource_fetcher'
|
|||
import {Panel} from 'src/clockface'
|
||||
import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'
|
||||
import VersionInfo from 'src/shared/components/VersionInfo'
|
||||
import CloudExclude from 'src/shared/components/cloud/CloudExclude'
|
||||
|
||||
// APIs
|
||||
import {getDashboards} from 'src/organizations/apis'
|
||||
|
@ -42,6 +43,7 @@ class ResourceLists extends PureComponent<Props> {
|
|||
</ul>
|
||||
</Panel.Body>
|
||||
</Panel>
|
||||
<CloudExclude>
|
||||
<Panel>
|
||||
<Panel.Header title="Organizations" />
|
||||
<Panel.Body>
|
||||
|
@ -57,6 +59,7 @@ class ResourceLists extends PureComponent<Props> {
|
|||
</ResourceFetcher>
|
||||
</Panel.Body>
|
||||
</Panel>
|
||||
</CloudExclude>
|
||||
<Panel>
|
||||
<Panel.Header title="Dashboards" />
|
||||
<Panel.Body>
|
||||
|
|
Loading…
Reference in New Issue