File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
x-pack/plugins/observability/public
components/app/empty_section Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ export const EmptySection = ({ section }: Props) => {
1515 return (
1616 < EuiEmptyPrompt
1717 style = { { maxWidth : 'none' } }
18- iconType = { section . icon }
19- iconColor = "default"
2018 title = { < h2 > { section . title } </ h2 > }
2119 titleSize = "xs"
2220 body = { < EuiText color = "default" > { section . description } </ EuiText > }
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 EuiFlexGrid ,
1111 EuiFlexGroup ,
1212 EuiFlexItem ,
13- EuiIcon ,
1413 EuiImage ,
1514 EuiSpacer ,
1615 EuiText ,
@@ -19,10 +18,10 @@ import {
1918import { i18n } from '@kbn/i18n' ;
2019import React , { useContext } from 'react' ;
2120import styled , { ThemeContext } from 'styled-components' ;
21+ import { IngestManagerPanel } from '../../components/app/ingest_manager_panel' ;
2222import { WithHeaderLayout } from '../../components/app/layout/with_header' ;
2323import { usePluginContext } from '../../hooks/use_plugin_context' ;
2424import { appsSection } from '../home/section' ;
25- import { IngestManagerPanel } from '../../components/app/ingest_manager_panel' ;
2625
2726const EuiCardWithoutPadding = styled ( EuiCard ) `
2827 padding: 0;
@@ -68,7 +67,6 @@ export const LandingPage = () => {
6867 < EuiCardWithoutPadding
6968 display = "plain"
7069 layout = "horizontal"
71- icon = { < EuiIcon size = "l" type = { app . icon } /> }
7270 title = {
7371 < EuiTitle size = "xs" className = "title" >
7472 < h3 > { app . title } </ h3 >
You can’t perform that action at this time.
0 commit comments