mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[RAC] Show all alerts, not only "open" workflow status, and remove Workflow filter related logic and clean up the code (#120231)
* Remove comments * Remove workflow code from Alert page and make currentFilter in t grid optional * Remove workflow props for AlertsTableTGridProps * Remove unused import * Remove workflow state from Alert page state container * Update page state container * Update tests * Remove builk actions tests * Remove bulk actions provider * Remove does not render case options in the overflow menu test * Resume permissions for cases test * Fix does not render case options in the overflow menu test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
db5f7d3bde
commit
7c2e0524a6
15 changed files with 86 additions and 452 deletions
|
@ -94,7 +94,7 @@ export interface TGridStandaloneProps {
|
|||
loadingText: React.ReactNode;
|
||||
filters: Filter[];
|
||||
footerText: React.ReactNode;
|
||||
filterStatus: AlertStatus;
|
||||
filterStatus?: AlertStatus;
|
||||
hasAlertsCrudPermissions: ({
|
||||
ruleConsumer,
|
||||
ruleProducer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue