mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Removing _feature and _ignored from detector modal (#20984)
This commit is contained in:
parent
469c00592f
commit
3d06046295
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ module.controller('MlNewJob',
|
|||
'_type',
|
||||
'_uid',
|
||||
'_version',
|
||||
'_feature',
|
||||
'_ignored',
|
||||
];
|
||||
|
||||
const allowedInfluencerTypes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue