added environment variables to control updates of flows

This commit is contained in:
Peter Svensson
2019-06-23 20:59:10 +02:00
parent 0af1a1b15a
commit 8b0ee83c8c
4 changed files with 22 additions and 5 deletions

View File

@ -7,6 +7,7 @@
name: {value:""},
flowId: {value:""},
path: {value:""},
env_var: {value:""},
cred: {value: "", type: 'firebase-config'}
},
inputs:1,
@ -45,6 +46,11 @@
<input type="text" id="node-input-path" placeholder="Path">
</div>
<div class="form-row">
<label for="node-input-env_var"><i class="icon-tag"></i> Environment variable to allow update</label>
<input type="text" id="node-input-env_var" placeholder="Env var">
</div>
<div class="form-row">
<label for="node-input-cred"><i class="icon-tag"></i> Credentials</label>
<input type="text" id="node-input-cred" placeholder="Credentials">