Skip to content

Commit

Permalink
[ML] Changing edit job icon (#20935) (#20967)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Jul 19, 2018
1 parent 1e88f01 commit a9baa02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a9baa02

Please sign in to comment.