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