1
0
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:
Nick O'Leary 2016-06-15 22:01:46 +01:00
parent e4d5271d58
commit b21745808b

View File

@ -724,7 +724,7 @@ RED.editor = (function() {
if (type === 'subflow') {
var id = editing_node.type.substring(8);
trayOptions.buttons.unshift({
class: 'leftButton primary',
class: 'leftButton',
text: RED._("subflow.edit"),
click: function() {
RED.workspaces.show(id);