Skip to content

Commit

Permalink
Feature/hide view docs button (#320) (#323)
Browse files Browse the repository at this point in the history
* [FEATURE] Detector must have at least one alert set #288

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [FEATURE] Hide View surrounding documents button on Finding flyout #319

Signed-off-by: Jovan Cvetkovic <[email protected]>

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit 05c2b26)

Co-authored-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
1 parent 4927765 commit ef554c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Findings/components/FindingDetailsFlyout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default class FindingDetailsFlyout extends Component<
<h3>Documents</h3>
</EuiTitle>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiFlexItem grow={false} style={{ display: 'none' }}>
<EuiButton
href={
indexPatternId
Expand Down

0 comments on commit ef554c6

Please sign in to comment.