Skip to content

Commit

Permalink
fully re-use alert table
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatticha committed Jun 28, 2022
1 parent 865d649 commit e0bf279
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -8,7 +8,6 @@
import React, { useState, useMemo } from 'react';
import { EuiPanel, EuiFlexItem, EuiFlexGroup } from '@elastic/eui';
import { ALERT_STATUS } from '@kbn/rule-data-utils';
import { AlertsTableFlyoutState } from '@kbn/triggers-actions-ui-plugin/public';
import { AlertConsumers } from '@kbn/rule-data-utils';
import { useKibana } from '@kbn/kibana-react-plugin/public';
import { ApmPluginStartDeps } from '../../../plugin';
Expand Down Expand Up @@ -77,8 +76,7 @@ export function AlertsOverview() {
alertsTableConfigurationRegistry,
id: 'service-overview-alerts',
configurationId: AlertConsumers.OBSERVABILITY,
featureIds: [AlertConsumers.OBSERVABILITY],
flyoutState: AlertsTableFlyoutState.external,
featureIds: [AlertConsumers.APM],
query: alertQuery,
showExpandToDetails: false,
};
Expand Down

0 comments on commit e0bf279

Please sign in to comment.