From 8f214c3e166d5f8376f3fe8d16408c1eac7bcdc9 Mon Sep 17 00:00:00 2001 From: Jenny Date: Thu, 28 Sep 2023 16:58:54 +0200 Subject: [PATCH] Add missing prop and remove unused translation --- .../inventory_view/components/waffle/group_of_groups.tsx | 2 ++ .../pages/metrics/inventory_view/components/waffle/map.tsx | 1 + x-pack/plugins/translations/translations/fr-FR.json | 1 - x-pack/plugins/translations/translations/ja-JP.json | 1 - x-pack/plugins/translations/translations/zh-CN.json | 1 - 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx index 634d98f28d8b5..76dd103a25d1a 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx @@ -25,6 +25,7 @@ interface Props { bounds: InfraWaffleMapBounds; nodeType: InventoryItemType; currentTime: number; + detailsItemId: string | null; } export const GroupOfGroups: React.FC = (props) => { @@ -43,6 +44,7 @@ export const GroupOfGroups: React.FC = (props) => { bounds={props.bounds} nodeType={props.nodeType} currentTime={props.currentTime} + detailsItemId={props.detailsItemId} /> ))} diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx index 9ca3277bf861b..ceff6663fd7c3 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx @@ -72,6 +72,7 @@ export const Map: React.FC = ({ bounds={bounds} nodeType={nodeType} currentTime={currentTime} + detailsItemId={detailsItemId} /> ); } diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json index ce3c7a3d6eccc..a9a7ce2caa70c 100644 --- a/x-pack/plugins/translations/translations/fr-FR.json +++ b/x-pack/plugins/translations/translations/fr-FR.json @@ -18741,7 +18741,6 @@ "xpack.infra.hostsViewPage.tabs.metricsCharts.tx": "Réseau sortant (TX)", "xpack.infra.hostsViewPage.tooltip.whatAreTheseMetricsLink": "Que sont ces indicateurs ?", "xpack.infra.infra.nodeDetails.apmTabLabel": "APM", - "xpack.infra.infra.nodeDetails.createAlertLink": "Créer une règle d'inventaire", "xpack.infra.infra.nodeDetails.openAsPage": "Ouvrir en tant que page", "xpack.infra.inventory.alerting.groupActionVariableDescription": "Nom des données de reporting du groupe", "xpack.infra.inventoryModel.container.displayName": "Conteneurs Docker", diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index d5b44d22c25e0..42eb7d822fdbd 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -18755,7 +18755,6 @@ "xpack.infra.hostsViewPage.tabs.metricsCharts.tx": "ネットワーク送信(TX)", "xpack.infra.hostsViewPage.tooltip.whatAreTheseMetricsLink": "これらのメトリックは何か。", "xpack.infra.infra.nodeDetails.apmTabLabel": "APM", - "xpack.infra.infra.nodeDetails.createAlertLink": "インベントリルールの作成", "xpack.infra.infra.nodeDetails.openAsPage": "ページとして開く", "xpack.infra.inventory.alerting.groupActionVariableDescription": "データを報告するグループの名前", "xpack.infra.inventoryModel.container.displayName": "Dockerコンテナー", diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index 6bfa10e7a48e1..61fcbaa2bbbd0 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -18755,7 +18755,6 @@ "xpack.infra.hostsViewPage.tabs.metricsCharts.tx": "网络出站数据 (TX)", "xpack.infra.hostsViewPage.tooltip.whatAreTheseMetricsLink": "这些指标是什么?", "xpack.infra.infra.nodeDetails.apmTabLabel": "APM", - "xpack.infra.infra.nodeDetails.createAlertLink": "创建库存规则", "xpack.infra.infra.nodeDetails.openAsPage": "以页面形式打开", "xpack.infra.inventory.alerting.groupActionVariableDescription": "报告数据的组名称", "xpack.infra.inventoryModel.container.displayName": "Docker 容器",