mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
3423573c14
commit
e152730cac
1 changed files with 5 additions and 3 deletions
|
@ -108,9 +108,11 @@ export const DetectorList: FC<Props> = ({ isActive, onEditJob, onDeleteJob }) =>
|
|||
detectorToString(d)
|
||||
)}
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false} style={{ margin: '8px' }}>
|
||||
<Buttons index={i} />
|
||||
</EuiFlexItem>
|
||||
{isActive && (
|
||||
<EuiFlexItem grow={false} style={{ margin: '8px' }}>
|
||||
<Buttons index={i} />
|
||||
</EuiFlexItem>
|
||||
)}
|
||||
</EuiFlexGroup>
|
||||
{d.detector_description !== undefined && (
|
||||
<Fragment>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue