Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] moved Agent activity and Add agent buttons to a new row above search bar #142046

Merged
merged 4 commits into from
Sep 28, 2022

Conversation

juliaElastic
Copy link
Contributor

@juliaElastic juliaElastic commented Sep 28, 2022

Summary

Related to #140267

Moved Agent activity and Add agent, Add Fleet Server buttons to a new line above the search bar to match the new design.

Also fixes #141622

Design:
image

Implementation:
image
image

@juliaElastic juliaElastic added release_note:skip Skip the PR/issue when compiling release notes v8.5.0 labels Sep 28, 2022
@juliaElastic juliaElastic requested a review from a team as a code owner September 28, 2022 08:39
@juliaElastic juliaElastic self-assigned this Sep 28, 2022
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Sep 28, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Copy link
Member

@kpollich kpollich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

</EuiButton>
</EuiToolTip>
{(selectionMode === 'manual' && selectedAgents.length) ||
(selectionMode === 'query' && totalAgents > 0) ? (
Copy link
Contributor Author

@juliaElastic juliaElastic Sep 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small refactor to move the visibility condition of bulk action button to a more logical place, this fixes a small issue that the UI elements were not aligned (Add agent and Upgrade available box below)
image

@juliaElastic juliaElastic enabled auto-merge (squash) September 28, 2022 14:58
@jen-huang
Copy link
Contributor

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #31 / telemetry Telemetry service detects that telemetry cannot be sent in screenshot mode

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
fleet 914.4KB 914.4KB -22.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @juliaElastic

@juliaElastic juliaElastic merged commit 1717d61 into elastic:main Sep 28, 2022
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 28, 2022
… search bar (elastic#142046)

* moved Agent activity and Add agent buttons to a new row above search bar

* moved show bulk action button visibility logic one level up

(cherry picked from commit 1717d61)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.5

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Sep 28, 2022
… search bar (#142046) (#142149)

* moved Agent activity and Add agent buttons to a new row above search bar

* moved show bulk action button visibility logic one level up

(cherry picked from commit 1717d61)

Co-authored-by: Julia Bardi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v8.5.0 v8.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fleet]: Unable to preview long name search bar filters before selecting under Agents tab.
6 participants