From ccd2e2a18013f317519436f4527939117cedb407 Mon Sep 17 00:00:00 2001 From: Mutasem Date: Thu, 7 Apr 2022 11:11:14 +0200 Subject: [PATCH] all items --- packages/editor-ui/src/components/RunData.vue | 5 +++++ packages/editor-ui/src/plugins/i18n/locales/en.json | 1 + 2 files changed, 6 insertions(+) diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index f57bf46116..225f6a2566 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -207,6 +207,11 @@ :label="size" :value="size"> + + diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index d3072aef8f..2031b451d5 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1156,6 +1156,7 @@ "ndv.output.tooMuchData.title": "Output data is huge!", "ndv.output.tooMuchData.message": "The node contains {size} MB of data. Displaying it may cause problems.
If you do decide to display it, avoid the JSON view.", "ndv.output.tooMuchData.showDataAnyway": "Show data anyway", + "ndv.output.all": "all", "ndv.output.items": "items", "ndv.output.pageSize": "Page Size", "ndv.output.item": "item",