fix(context-pad): use correct icon
This commit is contained in:
parent
bd2a4dd16b
commit
53a701da93
|
@ -168,7 +168,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
|||
|
||||
'connect': {
|
||||
group: 'connect',
|
||||
className: 'icon-connection',
|
||||
className: 'icon-connection-multi',
|
||||
title: 'Connect using Sequence/MessageFlow',
|
||||
action: {
|
||||
click: startConnect,
|
||||
|
|
Loading…
Reference in New Issue