- {Object.entries(fieldGroups)
- .filter(([, { showInAccordion }]) => !showInAccordion)
- .flatMap(([, { fields }]) =>
- fields.map((field) => (
-
- ))
- )}
+
+ {Object.entries(fieldGroups)
+ .filter(([, { showInAccordion }]) => !showInAccordion)
+ .flatMap(([, { fields }]) =>
+ fields.map((field) => (
+
+ ))
+ )}
+
{Object.entries(fieldGroups)
.filter(([, { showInAccordion }]) => showInAccordion)
diff --git a/x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx b/x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx
index e531eb72f94ca..19f478c335784 100644
--- a/x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx
+++ b/x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx
@@ -113,9 +113,9 @@ export const InnerFieldsAccordion = function InnerFieldsAccordion({
{hasLoaded &&
(!!fieldsCount ? (
-
+
{paginatedFields && paginatedFields.map(renderField)}
-
+
) : (
renderCallout
))}
diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json
index 9bc5f73bb9d9b..f700f57e451e5 100644
--- a/x-pack/plugins/translations/translations/ja-JP.json
+++ b/x-pack/plugins/translations/translations/ja-JP.json
@@ -10587,14 +10587,12 @@
"xpack.lens.chartSwitch.dataLossDescription": "このチャートに切り替えると構成の一部が失われます",
"xpack.lens.chartSwitch.dataLossLabel": "データ喪失",
"xpack.lens.chartSwitch.noResults": "{term}の結果が見つかりませんでした。",
- "xpack.lens.chartTitle.unsaved": "未保存",
"xpack.lens.configPanel.chartType": "チャートタイプ",
"xpack.lens.configPanel.color.tooltip.auto": "カスタム色を指定しない場合、Lensは自動的に色を選択します。",
"xpack.lens.configPanel.color.tooltip.custom": "[自動]モードに戻すには、カスタム色をオフにしてください。",
"xpack.lens.configPanel.color.tooltip.disabled": "レイヤーに「内訳条件」が含まれている場合は、個別の系列をカスタム色にできません。",
"xpack.lens.configPanel.selectVisualization": "ビジュアライゼーションを選択してください",
"xpack.lens.configure.configurePanelTitle": "{groupLabel}構成",
- "xpack.lens.configure.editConfig": "クリックして構成を編集するか、ドラッグして移動",
"xpack.lens.configure.emptyConfig": "フィールドを破棄、またはクリックして追加",
"xpack.lens.configure.invalidConfigTooltip": "無効な構成です。",
"xpack.lens.configure.invalidConfigTooltipClick": "詳細はクリックしてください。",
@@ -10733,7 +10731,6 @@
"xpack.lens.indexPattern.ranges.lessThanPrepend": "<",
"xpack.lens.indexPattern.ranges.lessThanTooltip": "より小さい",
"xpack.lens.indexPattern.records": "記録",
- "xpack.lens.indexPattern.removeColumnLabel": "構成を削除",
"xpack.lens.indexpattern.suggestions.nestingChangeLabel": "各 {outerOperation} の {innerOperation}",
"xpack.lens.indexpattern.suggestions.overallLabel": "全体の {operation}",
"xpack.lens.indexpattern.suggestions.overTimeLabel": "一定時間",
diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json
index 35f2ea3a20c3f..574e1467898ad 100644
--- a/x-pack/plugins/translations/translations/zh-CN.json
+++ b/x-pack/plugins/translations/translations/zh-CN.json
@@ -10600,14 +10600,12 @@
"xpack.lens.chartSwitch.dataLossDescription": "切换到此图表将会丢失部分配置",
"xpack.lens.chartSwitch.dataLossLabel": "数据丢失",
"xpack.lens.chartSwitch.noResults": "找不到 {term} 的结果。",
- "xpack.lens.chartTitle.unsaved": "未保存",
"xpack.lens.configPanel.chartType": "图表类型",
"xpack.lens.configPanel.color.tooltip.auto": "Lens 自动为您选取颜色,除非您指定定制颜色。",
"xpack.lens.configPanel.color.tooltip.custom": "清除定制颜色以返回到“自动”模式。",
"xpack.lens.configPanel.color.tooltip.disabled": "当图层包括“细分依据”,各个系列无法定制颜色。",
"xpack.lens.configPanel.selectVisualization": "选择可视化",
"xpack.lens.configure.configurePanelTitle": "{groupLabel} 配置",
- "xpack.lens.configure.editConfig": "单击以编辑配置或进行拖移",
"xpack.lens.configure.emptyConfig": "放置字段或单击以添加",
"xpack.lens.configure.invalidConfigTooltip": "配置无效。",
"xpack.lens.configure.invalidConfigTooltipClick": "单击了解更多详情。",
@@ -10746,7 +10744,6 @@
"xpack.lens.indexPattern.ranges.lessThanPrepend": "<",
"xpack.lens.indexPattern.ranges.lessThanTooltip": "小于",
"xpack.lens.indexPattern.records": "记录",
- "xpack.lens.indexPattern.removeColumnLabel": "移除配置",
"xpack.lens.indexpattern.suggestions.nestingChangeLabel": "每个 {outerOperation} 的 {innerOperation}",
"xpack.lens.indexpattern.suggestions.overallLabel": "{operation} - 总体",
"xpack.lens.indexpattern.suggestions.overTimeLabel": "时移",
diff --git a/x-pack/test/functional/page_objects/lens_page.ts b/x-pack/test/functional/page_objects/lens_page.ts
index c22c3db0e4349..1f8ded1716ea1 100644
--- a/x-pack/test/functional/page_objects/lens_page.ts
+++ b/x-pack/test/functional/page_objects/lens_page.ts
@@ -204,7 +204,7 @@ export function LensPageProvider({ getService, getPageObjects }: FtrProviderCont
// closes the dimension editor flyout
async closeDimensionEditor() {
- await testSubjects.click('lns-indexPattern-dimensionContainerTitle');
+ await testSubjects.click('lns-indexPattern-dimensionContainerBack');
},
/**