Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solutions] Display additional anomaly jobs in Entity Analyt…
…ics Dashboard (#155520) issue: elastic/security-team#6161 ## Summary * Adds more hardcoded jobs to the list of jobs displayed on the Notable anomalies table * Add pagination to the table * Remove the logic that refreshes the table when a job is installed * Move enableDataFeed logic to `<EnableJob />` and use the response from the API to determine if the job was successfully installed. * Recently installed jobs are no longer sorted so users can find the jobs they have just installed. * When the page refreshes all jobs are sorted ![Apr-21-2023 17-47-28](https://user-images.githubusercontent.com/1490444/233953871-e2583aa8-4d7b-402a-aef3-e001dfc7ae18.gif) * I also replaced the loading spinner with a "Waiting" status when jobs are waiting for machine learning nodes to start because the loading spinner gave the false impression that the table would update at any moment. <img width="900" alt="Screenshot 2023-04-24 at 11 22 57" src="https://user-images.githubusercontent.com/1490444/233956148-6c057d7c-7f89-4881-8d5c-88cbc27f9dff.png"> TODO - [x] Cypress tests ### Checklist Delete any items that are not applicable to this PR. - [x] 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) - [x] [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
- Loading branch information