diff --git a/ui/src/dashboards/components/dashboard_index/Contents.tsx b/ui/src/dashboards/components/dashboard_index/Contents.tsx index 8710237caa..47f03d85c3 100644 --- a/ui/src/dashboards/components/dashboard_index/Contents.tsx +++ b/ui/src/dashboards/components/dashboard_index/Contents.tsx @@ -46,22 +46,20 @@ export default class DashboardsIndexContents extends Component { } = this.props return ( -
- - +
) } diff --git a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx index cd77e66583..1cd0dea91d 100644 --- a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx +++ b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx @@ -132,20 +132,22 @@ class DashboardIndex extends PureComponent { - +
+ +
{this.renderImportOverlay} diff --git a/ui/src/organizations/components/Members.tsx b/ui/src/organizations/components/Members.tsx index 06c4dfd974..c5753ef231 100644 --- a/ui/src/organizations/components/Members.tsx +++ b/ui/src/organizations/components/Members.tsx @@ -6,13 +6,11 @@ import _ from 'lodash' import {ComponentSize, EmptyState, IconFont, Input} from 'src/clockface' import MemberList from 'src/organizations/components/MemberList' import FilterList from 'src/shared/components/Filter' +import TabbedPageHeader from 'src/shared/components/tabbed_page/TabbedPageHeader' // Types import {ResourceOwner} from '@influxdata/influx' -// Constants -import TabbedPageHeader from 'src/shared/components/tabbed_page/TabbedPageHeader' - interface Props { members: ResourceOwner[] orgName: string diff --git a/ui/src/organizations/components/OrgDashboardIndex.tsx b/ui/src/organizations/components/OrgDashboardIndex.tsx index cbf00ff9fb..f6070d3234 100644 --- a/ui/src/organizations/components/OrgDashboardIndex.tsx +++ b/ui/src/organizations/components/OrgDashboardIndex.tsx @@ -17,6 +17,7 @@ import { } from 'src/clockface' import ImportDashboardOverlay from 'src/dashboards/components/ImportDashboardOverlay' import EditLabelsOverlay from 'src/shared/components/EditLabelsOverlay' +import TabbedPageHeader from 'src/shared/components/tabbed_page/TabbedPageHeader' // Utils import {getDeep} from 'src/utils/wrappers' @@ -116,46 +117,38 @@ class OrgDashboardIndex extends PureComponent { return ( <> - - - - - - -