Skip to content

Commit

Permalink
Add page title to index advanced page (#116134) (#116240)
Browse files Browse the repository at this point in the history
Co-authored-by: Ester Martí Vilaseca <[email protected]>
  • Loading branch information
kibanamachine and estermv authored Oct 26, 2021
1 parent 21973b5 commit f97b2cb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@ export const ElasticsearchIndexAdvancedPage: React.FC<ComponentProps> = ({ clust
}, [clusterUuid, services.data?.query.timefilter.timefilter, services.http, index]);

return (
<ItemTemplate title={title} getPageData={getPageData} id={index} pageType="indices">
<ItemTemplate
title={title}
getPageData={getPageData}
id={index}
pageType="indices"
pageTitle={index}
>
<SetupModeRenderer
productName={ELASTICSEARCH_SYSTEM_ID}
render={({ setupMode, flyoutComponent, bottomBarComponent }: SetupModeProps) => (
Expand Down

0 comments on commit f97b2cb

Please sign in to comment.