mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fixing edit buttons in advanced wizard summary (#49324)
This commit is contained in:
parent
7ecf5ac935
commit
909d28fe38
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