Skip to content

Commit

Permalink
Fix renaming typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Nov 6, 2020
1 parent 3afc685 commit 8f8882a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { EuiContextMenuItem, EuiPortal } from '@elastic/eui';
import { AgentPolicy } from '../../../types';
import { useCapabilities } from '../../../hooks';
import { ContextMenuActions } from '../../../components';
import { AgentEnrollmentFlyout } from '../../fleet/components';
import { AgentEnrollmentFlyout } from '../../agents/components';
import { AgentPolicyYamlFlyout } from './agent_policy_yaml_flyout';
import { AgentPolicyCopyProvider } from './agent_policy_copy_provider';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { OverviewStats } from './overview_stats';
import { SO_SEARCH_LIMIT } from '../../../constants';
import { useLink, useGetPackagePolicies } from '../../../hooks';
import { AgentPolicy } from '../../../types';
import { Loading } from '../../fleet/components';
import { Loading } from '../../agents/components';

export const OverviewPolicySection: React.FC<{ agentPolicies: AgentPolicy[] }> = ({
agentPolicies,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { OverviewPanel } from './overview_panel';
import { OverviewStats } from './overview_stats';
import { useLink, useGetAgentStatus } from '../../../hooks';
import { Loading } from '../../fleet/components';
import { Loading } from '../../agents/components';

export const OverviewAgentSection = () => {
const { getHref } = useLink();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { OverviewPanel } from './overview_panel';
import { OverviewStats } from './overview_stats';
import { useLink, useGetDataStreams, useStartDeps } from '../../../hooks';
import { Loading } from '../../fleet/components';
import { Loading } from '../../agents/components';

export const OverviewDatastreamSection: React.FC = () => {
const { getHref } = useLink();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { OverviewPanel } from './overview_panel';
import { OverviewStats } from './overview_stats';
import { useLink, useGetPackages } from '../../../hooks';
import { Loading } from '../../fleet/components';
import { Loading } from '../../agents/components';
import { installationStatuses } from '../../../../../../common/constants';

export const OverviewIntegrationSection: React.FC = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { FormattedMessage } from '@kbn/i18n/react';
import { i18n } from '@kbn/i18n';
import { WithHeaderLayout } from '../../layouts';
import { useGetAgentPolicies, useBreadcrumbs } from '../../hooks';
import { AgentEnrollmentFlyout } from '../fleet/components';
import { AgentEnrollmentFlyout } from '../agents/components';
import { OverviewAgentSection } from './components/agent_section';
import { OverviewPolicySection } from './components/agent_policy_section';
import { OverviewIntegrationSection } from './components/integration_section';
Expand Down

0 comments on commit 8f8882a

Please sign in to comment.