added environment variables to control updates of flows
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user