From 64d261e05375d772d3a00912a9f42cc2308820d5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 11 Jan 2017 14:33:40 +0000 Subject: [PATCH] Add deploy action --- editor/js/ui/deploy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/js/ui/deploy.js b/editor/js/ui/deploy.js index 7e9ee350d..9d2a86579 100644 --- a/editor/js/ui/deploy.js +++ b/editor/js/ui/deploy.js @@ -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,