mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove duplicate breadcrumb link from the settings page (#142068)
This commit is contained in:
parent
f6149a610f
commit
d92baddf17
4 changed files with 0 additions and 6 deletions
|
@ -31,9 +31,6 @@ export const Settings: React.FC = () => {
|
|||
return (
|
||||
<EnterpriseSearchContentPageTemplate
|
||||
pageChrome={[
|
||||
i18n.translate('xpack.enterpriseSearch.content.searchIndices.content.breadcrumb', {
|
||||
defaultMessage: 'Content',
|
||||
}),
|
||||
i18n.translate('xpack.enterpriseSearch.content.settings.breadcrumb', {
|
||||
defaultMessage: 'Settings',
|
||||
}),
|
||||
|
|
|
@ -11543,7 +11543,6 @@
|
|||
"xpack.enterpriseSearch.content.searchIndex.totalStats.domainCountCardLabel": "Nombre de domaines",
|
||||
"xpack.enterpriseSearch.content.searchIndex.totalStats.ingestionTypeCardLabel": "Type d’ingestion",
|
||||
"xpack.enterpriseSearch.content.searchIndices.actions.columnTitle": "Actions",
|
||||
"xpack.enterpriseSearch.content.searchIndices.content.breadcrumb": "Contenu",
|
||||
"xpack.enterpriseSearch.content.searchIndices.create.buttonTitle": "Créer un nouvel index",
|
||||
"xpack.enterpriseSearch.content.searchIndices.docsCount.columnTitle": "Nombre de documents",
|
||||
"xpack.enterpriseSearch.content.searchIndices.health.columnTitle": "Intégrité des index",
|
||||
|
|
|
@ -11529,7 +11529,6 @@
|
|||
"xpack.enterpriseSearch.content.searchIndex.totalStats.domainCountCardLabel": "ドメインカウント",
|
||||
"xpack.enterpriseSearch.content.searchIndex.totalStats.ingestionTypeCardLabel": "インジェスチョンタイプ",
|
||||
"xpack.enterpriseSearch.content.searchIndices.actions.columnTitle": "アクション",
|
||||
"xpack.enterpriseSearch.content.searchIndices.content.breadcrumb": "コンテンツ",
|
||||
"xpack.enterpriseSearch.content.searchIndices.create.buttonTitle": "新しいインデックスを作成",
|
||||
"xpack.enterpriseSearch.content.searchIndices.docsCount.columnTitle": "ドキュメント数",
|
||||
"xpack.enterpriseSearch.content.searchIndices.health.columnTitle": "インデックス正常性",
|
||||
|
|
|
@ -11548,7 +11548,6 @@
|
|||
"xpack.enterpriseSearch.content.searchIndex.totalStats.domainCountCardLabel": "域计数",
|
||||
"xpack.enterpriseSearch.content.searchIndex.totalStats.ingestionTypeCardLabel": "采集类型",
|
||||
"xpack.enterpriseSearch.content.searchIndices.actions.columnTitle": "操作",
|
||||
"xpack.enterpriseSearch.content.searchIndices.content.breadcrumb": "内容",
|
||||
"xpack.enterpriseSearch.content.searchIndices.create.buttonTitle": "创建新索引",
|
||||
"xpack.enterpriseSearch.content.searchIndices.docsCount.columnTitle": "文档计数",
|
||||
"xpack.enterpriseSearch.content.searchIndices.health.columnTitle": "索引运行状况",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue