Skip to content

[frontend] Fix background task dialog: move selected element count to title area#16073

Open
qa2me wants to merge 1 commit into
OpenCTI-Platform:masterfrom
qa2me:fix/16066-background-task-selected-count-alignment
Open

[frontend] Fix background task dialog: move selected element count to title area#16073
qa2me wants to merge 1 commit into
OpenCTI-Platform:masterfrom
qa2me:fix/16066-background-task-selected-count-alignment

Conversation

@qa2me
Copy link
Copy Markdown

@qa2me qa2me commented May 19, 2026

Description

The number of selected elements was displayed inside the DialogContentText (body) of the 'Launch a background task' dialog. According to the issue, the count should be displayed at the top right of the dialog.

Changes

  • Moved the selected element count from the dialog content body (DialogContentText) to the dialog title area, positioned at the top right
  • Removed the now-unused DialogContentText import

Before

The selected count appeared as body text below the dialog title.

After

The selected count now appears at the top right of the dialog title bar, aligned with the title text on the left and the count on the right.

Related issue

Closes #16066

… title area (OpenCTI-Platform#16066)

The number of selected elements was displayed inside the DialogContentText
(body) of the 'Launch a background task' dialog. Moved it to the dialog title
area (top right) so the user can immediately see how many elements are targeted
without scrolling.

References: OpenCTI-Platform#16066
@filigran-cla-bot
Copy link
Copy Markdown

filigran-cla-bot Bot commented May 19, 2026

Contributor License Agreement

CLA signed 💚

Thank you @qa2me for signing the Contributor License Agreement! Your pull request can now be reviewed and merged.

We appreciate your contribution to Filigran's open source projects! ❤️

This is an automated message from the Filigran CLA Bot.

@filigran-cla-bot filigran-cla-bot Bot added cla:pending CLA signature required and removed cla:pending CLA signature required labels May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Launch background task window alignement issue

1 participant