[Fleet] Implement show policies action#217188
Conversation
| return -x; | ||
| }; | ||
|
|
||
| export const ResizablePanelComponent: React.FunctionComponent<{ |
There was a problem hiding this comment.
Heavily inspired from https://eui.elastic.co/#/layout/resizable-container#custom-resize-logic,
I tried two approach:
- this one a behaviour that looks like a flyout with an absolution position.
- splitting the screen in two with a resizable container, this was harder to manage, as we needed to get fixed height for the container.
|
Pinging @elastic/fleet (Team:Fleet) |
|
@elasticmachine merge upstream |
…nchaulet/kibana into feature-installed-integrations-policies
Yes that's a good point addressed in 0248d1d |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
cc @nchaulet |
|
@nchaulet Noticed a bug, when deleting integration policies in the split view, the Installed integration view is not being refreshed.
|
Thanks for testing looks like we will have to invalidate some queries on installation removal, will do a follow up PR |


Summary
Resolve #216909
Implement View policies actions in new tabular installed integrations.
When clicking view policies it opens a resizable panel containing the package details policies page.
How to test
The change is behind the
installedIntegrationsTabularUIfeature flagUI Changes