mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add deploy action
This commit is contained in:
parent
eb027d98aa
commit
64d261e053
@ -90,6 +90,8 @@ RED.deploy = (function() {
|
|||||||
|
|
||||||
$('#btn-deploy').click(function() { save(); });
|
$('#btn-deploy').click(function() { save(); });
|
||||||
|
|
||||||
|
RED.actions.add("core:deploy-flows",save);
|
||||||
|
|
||||||
$( "#node-dialog-confirm-deploy" ).dialog({
|
$( "#node-dialog-confirm-deploy" ).dialog({
|
||||||
title: RED._('deploy.confirm.button.confirm'),
|
title: RED._('deploy.confirm.button.confirm'),
|
||||||
modal: true,
|
modal: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user