This is an automated email from the ASF dual-hosted git repository.
capistrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 7bdd71335c4 fix: Use correct icon for realtime queries. (#19200)
7bdd71335c4 is described below
commit 7bdd71335c4bfb659d3b0458136f0f4eeef7d02e
Author: Gian Merlino <[email protected]>
AuthorDate: Tue Mar 24 07:23:30 2026 -0700
fix: Use correct icon for realtime queries. (#19200)
PR #19196 was meant to use a bottom-left icon for realtime queries,
not a bottom-right icon.
---
.../workbench-view/execution-stages-pane/execution-stages-pane.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
index 2a91a805a36..c6fe9a73574 100644
---
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
+++
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.tsx
@@ -387,7 +387,7 @@ export const ExecutionStagesPane = React.memo(function
ExecutionStagesPane(
{' '}
{' '}
<Icon
- icon={IconNames.ARROW_BOTTOM_RIGHT}
+ icon={IconNames.ARROW_BOTTOM_LEFT}
data-tooltip={`Realtime queries (${formatInteger(
c.queries || 0,
)} / ${formatInteger(c.totalQueries || 0)})`}
@@ -616,7 +616,7 @@ export const ExecutionStagesPane = React.memo(function
ExecutionStagesPane(
{' '}
{' '}
<Icon
- icon={IconNames.ARROW_BOTTOM_RIGHT}
+ icon={IconNames.ARROW_BOTTOM_LEFT}
data-tooltip={`Realtime queries (${formatInteger(queries || 0)}
/ ${formatInteger(
totalQueries || 0,
)})`}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]