From 50cd9e5a3ed97458dd5d27dc10c38cd24c51ca70 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Tue, 29 Oct 2019 13:14:24 -0700 Subject: [PATCH] Fixing naming issue --- .../plugins/infra/common/inventory_models/host/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/infra/common/inventory_models/host/layout.tsx b/x-pack/legacy/plugins/infra/common/inventory_models/host/layout.tsx index b22fd9d6f61dd..fee79d8364c42 100644 --- a/x-pack/legacy/plugins/infra/common/inventory_models/host/layout.tsx +++ b/x-pack/legacy/plugins/infra/common/inventory_models/host/layout.tsx @@ -11,7 +11,7 @@ import { SubSection } from '../../../public/pages/metrics/components/sub_section import { GaugesSectionVis } from '../../../public/pages/metrics/components/gauges_section_vis'; import { ChartSectionVis } from '../../../public/pages/metrics/components/chart_section_vis'; import { withTheme } from '../../../../../common/eui_styled_components'; -import * as AWS from '../shared/layouts/aws'; +import * as Aws from '../shared/layouts/aws'; import * as Ngnix from '../shared/layouts/nginx'; export const Layout = withTheme(({ metrics, theme }: LayoutPropsWithTheme) => ( @@ -346,7 +346,7 @@ export const Layout = withTheme(({ metrics, theme }: LayoutPropsWithTheme) => ( /> - + ));