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': {
|
'connect': {
|
||||||
group: 'connect',
|
group: 'connect',
|
||||||
className: 'icon-connection',
|
className: 'icon-connection-multi',
|
||||||
title: 'Connect using Sequence/MessageFlow',
|
title: 'Connect using Sequence/MessageFlow',
|
||||||
action: {
|
action: {
|
||||||
click: startConnect,
|
click: startConnect,
|
||||||
|
|
Loading…
Reference in New Issue