mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add page title to index advanced page (#116134)
This commit is contained in:
parent
2c5ecd9b3f
commit
e956964c06
1 changed files with 7 additions and 1 deletions
|
@ -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) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue