From cf1371bfdff54fef4c036e915c7c8b8c4f5c1a1e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 8 Jan 2015 22:34:26 +0000 Subject: [PATCH] Add deployment types in runtime - removes ui option as it needs work --- public/index.html | 15 +- public/red/main.js | 28 +- public/red/nodes.js | 2 +- public/red/ui/menu.js | 24 +- public/style.css | 17 +- red/api/flows.js | 4 +- red/nodes/Flow.js | 638 +++++++++++++++++++++++++++++++++++++++ red/nodes/Node.js | 26 +- red/nodes/credentials.js | 12 +- red/nodes/flows.js | 478 ++++++----------------------- red/nodes/index.js | 10 +- 11 files changed, 839 insertions(+), 415 deletions(-) create mode 100644 red/nodes/Flow.js diff --git a/public/index.html b/public/index.html index f10b69a44..fe08b753e 100644 --- a/public/index.html +++ b/public/index.html @@ -32,14 +32,13 @@