mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Don't mark 'edit subflow template' as primary button
This commit is contained in:
parent
e4d5271d58
commit
b21745808b
@ -724,7 +724,7 @@ RED.editor = (function() {
|
|||||||
if (type === 'subflow') {
|
if (type === 'subflow') {
|
||||||
var id = editing_node.type.substring(8);
|
var id = editing_node.type.substring(8);
|
||||||
trayOptions.buttons.unshift({
|
trayOptions.buttons.unshift({
|
||||||
class: 'leftButton primary',
|
class: 'leftButton',
|
||||||
text: RED._("subflow.edit"),
|
text: RED._("subflow.edit"),
|
||||||
click: function() {
|
click: function() {
|
||||||
RED.workspaces.show(id);
|
RED.workspaces.show(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user