mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
adds hasBorder to ThreatIntelPanelView (#103726)
This commit is contained in:
parent
fea63a2d36
commit
fa92958c74
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export const ThreatIntelPanelView: React.FC<ThreatIntelPanelViewProps> = ({
|
|||
>
|
||||
<EuiFlexItem grow={1}>
|
||||
<InspectButtonContainer>
|
||||
<EuiPanel>
|
||||
<EuiPanel hasBorder>
|
||||
<HeaderSection id={CTIEventCountQueryId} subtitle={subtitle} title={panelTitle}>
|
||||
<>{button}</>
|
||||
</HeaderSection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue