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 6c71372 commit 4a14039
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Object {
data-test-subj="text-details-group-content-detector-dashboard"
id="some_html_id"
>
-
Not available for this log type
</div>
</div>
</div>
Expand Down Expand Up @@ -586,7 +586,7 @@ Object {
data-test-subj="text-details-group-content-detector-dashboard"
id="some_html_id"
>
-
Not available for this log type
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ exports[`<DetectorDetails /> spec renders the component 1`] = `
onBlur={[Function]}
onFocus={[Function]}
>
-
Not available for this log type
</div>
</EuiText>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ exports[`<DetectorDetailsView /> spec renders the component 1`] = `
onBlur={[Function]}
onFocus={[Function]}
>
-
Not available for this log type
</div>
</EuiText>
</div>
Expand Down

0 comments on commit 4a14039

Please sign in to comment.