mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Changing edit job icon (#20935)
This commit is contained in:
parent
b4b55bdf7b
commit
7a84e7871e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export function actionsMenuContent(showEditJobFlyout, showDeleteJobModal, showSt
|
|||
}, {
|
||||
name: 'Edit job',
|
||||
description: 'Edit job',
|
||||
icon: 'copy',
|
||||
icon: 'pencil',
|
||||
enabled: () => (canUpdateJob && canUpdateDatafeed),
|
||||
onClick: (item) => {
|
||||
showEditJobFlyout(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue