From c628947c31698df7761a757611305aeebf814132 Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Fri, 18 Nov 2022 14:15:16 -0800 Subject: [PATCH] Web console: streaming json input format specifics (#13381) * streaming json input format specifics * goodies --- .../__snapshots__/show-json.spec.tsx.snap | 2 +- .../src/components/show-json/show-json.tsx | 2 +- .../__snapshots__/show-log.spec.tsx.snap | 2 +- .../src/components/show-log/show-log.tsx | 2 +- .../__snapshots__/show-value.spec.tsx.snap | 2 +- .../src/components/show-value/show-value.tsx | 2 +- .../segment-table-action-dialog.spec.tsx.snap | 2 +- ...pervisor-table-action-dialog.spec.tsx.snap | 2 +- .../task-table-action-dialog.spec.tsx.snap | 2 +- .../ingestion-spec/ingestion-spec.tsx | 8 +- .../input-format/input-format.tsx | 312 +++++++++++------- .../views/load-data-view/info-messages.tsx | 36 +- .../views/load-data-view/load-data-view.tsx | 73 ++-- 13 files changed, 257 insertions(+), 190 deletions(-) diff --git a/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap b/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap index 6c15206443c..b93816775e8 100644 --- a/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap +++ b/web-console/src/components/show-json/__snapshots__/show-json.spec.tsx.snap @@ -19,7 +19,7 @@ exports[`ShowJson matches snapshot 1`] = ` - Save + Download diff --git a/web-console/src/components/show-value/show-value.tsx b/web-console/src/components/show-value/show-value.tsx index 1220386963c..d04219d8699 100644 --- a/web-console/src/components/show-value/show-value.tsx +++ b/web-console/src/components/show-value/show-value.tsx @@ -41,7 +41,7 @@ export const ShowValue = React.memo(function ShowValue(props: ShowValueProps) { )} {downloadFilename && (