Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { DefaultSettingsFlyout } from '../settings/default_settings_flyout';

import { DeleteIndexModal } from './delete_index_modal';
import { IndicesLogic } from './indices_logic';
import { IndicesStats } from './indices_stats';
import { IndicesTable } from './indices_table';
import './search_indices.scss';

Expand Down Expand Up @@ -176,9 +175,6 @@ export const SearchIndices: React.FC = () => {
)}
{!hasNoIndices ? (
<EuiFlexGroup direction="column">
<EuiFlexItem>
<IndicesStats />
</EuiFlexItem>
<EuiFlexItem>
<EuiFlexGroup justifyContent="spaceBetween" alignItems="center">
<EuiFlexItem grow={false}>
Expand Down
7 changes: 0 additions & 7 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -17027,13 +17027,6 @@
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.idle.label": "Inactif",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.incomplete.label": "Incomplet",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.syncError.label": "Échec de la synchronisation",
"xpack.enterpriseSearch.content.searchIndices.jobStats.connectedMethods": "Méthodes d'ingestion connectées",
"xpack.enterpriseSearch.content.searchIndices.jobStats.errorSyncs": "Erreurs de synchronisation",
"xpack.enterpriseSearch.content.searchIndices.jobStats.incompleteMethods": "Méthodes d'ingestion incomplètes",
"xpack.enterpriseSearch.content.searchIndices.jobStats.longRunningSyncs": "Synchronisations inactives",
"xpack.enterpriseSearch.content.searchIndices.jobStats.orphanedSyncs": "Synchronisations orphelines",
"xpack.enterpriseSearch.content.searchIndices.jobStats.runningSyncs": "Synchronisations en cours d'exécution",
"xpack.enterpriseSearch.content.searchIndices.jobStats.unknown": "Inconnu",
"xpack.enterpriseSearch.content.searchIndices.name.columnTitle": "Nom de l'index",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.breadcrumb": "Index Elasticsearch",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.includeHidden.label": "Afficher les index masqués",
Expand Down
7 changes: 0 additions & 7 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -16773,13 +16773,6 @@
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.idle.label": "アイドル",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.incomplete.label": "未完了",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.syncError.label": "同期失敗",
"xpack.enterpriseSearch.content.searchIndices.jobStats.connectedMethods": "接続されたインジェストメソッド",
"xpack.enterpriseSearch.content.searchIndices.jobStats.errorSyncs": "同期エラー",
"xpack.enterpriseSearch.content.searchIndices.jobStats.incompleteMethods": "不完全なインジェストメソッド",
"xpack.enterpriseSearch.content.searchIndices.jobStats.longRunningSyncs": "アイドル同期",
"xpack.enterpriseSearch.content.searchIndices.jobStats.orphanedSyncs": "孤立した同期",
"xpack.enterpriseSearch.content.searchIndices.jobStats.runningSyncs": "実行中の同期",
"xpack.enterpriseSearch.content.searchIndices.jobStats.unknown": "不明",
"xpack.enterpriseSearch.content.searchIndices.name.columnTitle": "インデックス名",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.breadcrumb": "デフォルトのインデックス",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.includeHidden.label": "非表示のインデックスを表示",
Expand Down
7 changes: 0 additions & 7 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -16802,13 +16802,6 @@
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.idle.label": "空闲",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.incomplete.label": "不完整",
"xpack.enterpriseSearch.content.searchIndices.ingestionStatus.syncError.label": "同步失败",
"xpack.enterpriseSearch.content.searchIndices.jobStats.connectedMethods": "已连接采集方法",
"xpack.enterpriseSearch.content.searchIndices.jobStats.errorSyncs": "同步错误",
"xpack.enterpriseSearch.content.searchIndices.jobStats.incompleteMethods": "未完成的采集方法",
"xpack.enterpriseSearch.content.searchIndices.jobStats.longRunningSyncs": "闲置同步",
"xpack.enterpriseSearch.content.searchIndices.jobStats.orphanedSyncs": "孤立同步",
"xpack.enterpriseSearch.content.searchIndices.jobStats.runningSyncs": "正在运行同步",
"xpack.enterpriseSearch.content.searchIndices.jobStats.unknown": "未知",
"xpack.enterpriseSearch.content.searchIndices.name.columnTitle": "索引名称",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.breadcrumb": "Elasticsearch 索引",
"xpack.enterpriseSearch.content.searchIndices.searchIndices.includeHidden.label": "显示隐藏的索引",
Expand Down