-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fleet] Improve reusable integration policies flow in package policie…
…s UI (#193532) Closes #186357 ## Summary Improve package policies list table support for reusable agent policies. This PR tweaks some parts of this UI: - The agent count is now an aggregation of the total agents on all the shared agent policies. Clicking on this count opens up a new pop up that shows the number of agents for each policy and allows the agent to navigate either to those agents or all of them. The list shows only the top 5 policies by agent count. ![Screenshot 2024-09-30 at 15 45 16](https://github.com/user-attachments/assets/d56b53fd-ce6b-48cf-bc5b-0b5a1f0a7cca) ![Screenshot 2024-09-30 at 14 56 21](https://github.com/user-attachments/assets/831dd34c-d44d-446f-bbb7-0ee146b671e8) - When clicking on "add agent", either from the actions or from the button, we now show the agent policy selector as first step of the flyout, so the user can choose which policy wants to enroll agents to. Currently instead the policy is preselected ![Screenshot 2024-10-01 at 11 06 39](https://github.com/user-attachments/assets/aaba7f0f-21c9-4232-87db-62a4226764df) ### Checklist - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
28aeb68
commit 9bc761a
Showing
7 changed files
with
388 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.