This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch segment_timeline2 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 88f993c4d1818d177001f47409ca532999a3f62a Author: Vadim Ogievetsky <[email protected]> AuthorDate: Wed Oct 23 13:42:06 2024 -0700 small fixes --- web-console/src/components/segment-timeline/segment-timeline.scss | 1 + web-console/src/components/segment-timeline/segment-timeline.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web-console/src/components/segment-timeline/segment-timeline.scss b/web-console/src/components/segment-timeline/segment-timeline.scss index f739277bea7..6239e717ae8 100644 --- a/web-console/src/components/segment-timeline/segment-timeline.scss +++ b/web-console/src/components/segment-timeline/segment-timeline.scss @@ -28,6 +28,7 @@ .side-control { @include card-like; + height: 100%; padding: 10px; } diff --git a/web-console/src/components/segment-timeline/segment-timeline.tsx b/web-console/src/components/segment-timeline/segment-timeline.tsx index 56f6801b426..edb7dfcf60f 100644 --- a/web-console/src/components/segment-timeline/segment-timeline.tsx +++ b/web-console/src/components/segment-timeline/segment-timeline.tsx @@ -564,7 +564,7 @@ ORDER BY "start" DESC`; items={datasourcesWzAll} onItemSelect={handleItemSelected} itemRenderer={datasourceRenderer} - noResults={<MenuItem disabled text="No results." roleStructure="listoption" />} + noResults={<MenuItem disabled text="No results" roleStructure="listoption" />} itemPredicate={filterDatasource} fill > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
