-
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.
## Value List Items Modal Window Experimental flag: **valueListItemsModal** it's temporarily true and will be set to false, before merge https://github.com/elastic/kibana/assets/7609147/2aafe007-734f-4c0e-b542-5eca229e310d Added a new modal window that lets users interact with value lists directly. This modal supports viewing, searching, adding, deleting, updating, and uploading items. Where to find the modal window: - Value list popup - Exception editing and viewing on both the rule page and shared exceptions management page Permissions: Add, edit, delete, and upload buttons are hidden for read-only users. The modal link is not shown to users without read permissions. ### Changes to API I added optional **refresh** flag for list items API, because we want to see the changes in UI, when editing list items ### How to review All new components is here - `x-pack/plugins/security_solution/public/value_list/` New hooks - `packages/kbn-securitysolution-list-hooks/` API calls - `packages/kbn-securitysolution-list-api` Actual API - `x-pack/plugins/lists/server/routes` There also some props drilling into exceptions package, which is not ideal, please let me know if you have better ideas [test plan](elastic/security-team#9128) --------- Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
9a9fd49
commit 35dc121
Showing
80 changed files
with
2,346 additions
and
85 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
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
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
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
12 changes: 2 additions & 10 deletions
12
...rc/exception_item_card/conditions/entry_content/__snapshots__/entry_content.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.