Skip to content

Commit

Permalink
[FEATURE] Deleting detectors should delete all related dashboards (in…
Browse files Browse the repository at this point in the history
…cluding index-patterns and visualisations) opensearch-project#509

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Apr 12, 2023
1 parent 128154d commit 966b713
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2317,6 +2317,13 @@ exports[`<DetectorDetails /> spec renders the component 1`] = `
</EuiPanel>
</ContentPanel>
</DetectorBasicDetailsView>
<EuiSpacer
size="m"
>
<div
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<DetectorRulesView
detector={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,13 @@ exports[`<DetectorDetailsView /> spec renders the component 1`] = `
</EuiPanel>
</ContentPanel>
</DetectorBasicDetailsView>
<EuiSpacer
size="m"
>
<div
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<DetectorRulesView
detector={
Object {
Expand Down

0 comments on commit 966b713

Please sign in to comment.