[ML] Changing edit job icon (#20935)

This commit is contained in:
James Gowdy 2018-07-19 08:21:10 +01:00 committed by GitHub
parent b4b55bdf7b
commit 7a84e7871e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);