1
0
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:
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

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,