mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
5c962aa899
commit
c7587960fb
@ -54,7 +54,7 @@
|
|||||||
flowMap[activeSubflow.id] = {
|
flowMap[activeSubflow.id] = {
|
||||||
id: activeSubflow.id,
|
id: activeSubflow.id,
|
||||||
class: 'palette-header',
|
class: 'palette-header',
|
||||||
label: "Subflow : "+(activeSubflow.name || activeSubflow.id)+(node.z===ws.id ? " *":""),
|
label: "Subflow : "+(activeSubflow.name || activeSubflow.id),
|
||||||
expanded: true,
|
expanded: true,
|
||||||
children: []
|
children: []
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user