diff --git a/public/components/application_analytics/components/app_table.tsx b/public/components/application_analytics/components/app_table.tsx index 3c9fc3f9be..0b99a60d04 100644 --- a/public/components/application_analytics/components/app_table.tsx +++ b/public/components/application_analytics/components/app_table.tsx @@ -10,7 +10,6 @@ import { EuiFieldSearch, EuiFlexGroup, EuiFlexItem, - EuiHorizontalRule, EuiInMemoryTable, EuiLink, EuiLoadingSpinner, @@ -236,7 +235,7 @@ export function AppTable(props: AppTableProps) { )} - + @@ -261,7 +260,6 @@ export function AppTable(props: AppTableProps) { - {filteredApplications.length > 0 ? ( { return ( <> - { return ( <> - - diff --git a/public/components/application_analytics/components/configuration.tsx b/public/components/application_analytics/components/configuration.tsx index b45a42f44f..aa115d0382 100644 --- a/public/components/application_analytics/components/configuration.tsx +++ b/public/components/application_analytics/components/configuration.tsx @@ -36,14 +36,7 @@ interface ConfigProps { } export const Configuration = (props: ConfigProps) => { - const { - appId, - application, - parentBreadcrumbs, - visWithAvailability, - updateApp, - switchToAvailability, - } = props; + const { appId, application, visWithAvailability, updateApp, switchToAvailability } = props; const [availabilityVisId, setAvailabilityVisId] = useState( application.availability.availabilityVisId || '' ); @@ -57,11 +50,11 @@ export const Configuration = (props: ConfigProps) => {
- + - -

Configuration details

+ +

Configuration details

diff --git a/public/components/notebooks/components/__tests__/__snapshots__/note_table.test.tsx.snap b/public/components/notebooks/components/__tests__/__snapshots__/note_table.test.tsx.snap index ddff083489..16f6a5490e 100644 --- a/public/components/notebooks/components/__tests__/__snapshots__/note_table.test.tsx.snap +++ b/public/components/notebooks/components/__tests__/__snapshots__/note_table.test.tsx.snap @@ -21,7 +21,7 @@ exports[` spec renders the component 1`] = `
@@ -190,8 +190,8 @@ exports[` spec renders the component 1`] = `
-
spec renders the empty component 1`] = `
diff --git a/public/components/notebooks/components/__tests__/__snapshots__/notebook.test.tsx.snap b/public/components/notebooks/components/__tests__/__snapshots__/notebook.test.tsx.snap index 90ebce72dc..f2213e48f9 100644 --- a/public/components/notebooks/components/__tests__/__snapshots__/notebook.test.tsx.snap +++ b/public/components/notebooks/components/__tests__/__snapshots__/notebook.test.tsx.snap @@ -29,74 +29,86 @@ exports[` spec Renders the empty component 1`] = `
- + + +
- + + +
- + + +
spec Renders the visualization component 1`] = `
- + + +
)} - + {newNavigation ? ( - + { {this.state.savedObjectNotebook ? ( <> - + + } + > + + - + + } + > + + - + + } + > + + ) : ( <> - + + } + > + + )} diff --git a/public/components/overview/components/card_configs.tsx b/public/components/overview/components/card_configs.tsx index b4969bf2bf..9ddcfcf5f7 100644 --- a/public/components/overview/components/card_configs.tsx +++ b/public/components/overview/components/card_configs.tsx @@ -31,7 +31,7 @@ const GETTING_STARTED_CONFIG: GettingStartedConfig = { defaultMessage: 'Set up your Observability workspace', }), description: 'Get started by collecting and analyzing your metrics, logs, and traces.', - footer: 'Getting Started Guide', + footer: 'Getting started guide', url: observabilityGettingStartedID, path: '#/', }; @@ -46,7 +46,7 @@ const SAMPLEDATA_CONFIG: GettingStartedConfig = { defaultMessage: 'Try OpenSearch', }), url: tutorialSampleDataPluginId, - footer: 'Sample Datasets', + footer: 'Sample datasets', path: '#/', }; diff --git a/public/plugin_helpers/plugin_nav.tsx b/public/plugin_helpers/plugin_nav.tsx index 36c1ab2d3e..75e8e021b3 100644 --- a/public/plugin_helpers/plugin_nav.tsx +++ b/public/plugin_helpers/plugin_nav.tsx @@ -53,7 +53,7 @@ export function registerAllPluginNavGroups(core: CoreSetup