Add deploy action

pull/1122/head
Nick O'Leary 2017-01-11 14:33:40 +00:00
parent eb027d98aa
commit 64d261e053
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 2 additions and 0 deletions

View File

@ -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,