Skip to content

Commit 9a67bc5

Browse files
committed
reorder node-config-input-host
1 parent 75539ee commit 9a67bc5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ale-rainbow/ale-rainbow.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,9 @@ <h3>Output :</h3>
468468
<div class="form-row">
469469
<label for="node-config-input-host"><i class="icon-tag"></i> Host</label>
470470
<select id="node-config-input-host" placeholder="Host">
471-
<option value="sandbox">sandbox</option>
472471
<option value="official" selected>production</option>
472+
<option value="sandbox">sandbox</option>
473+
<!-- <option value="vberder.openrainbow.org">vberder</option> -->
473474
</select>
474475
</div>
475476
<div class="form-row">

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "node-red-contrib-ale-rainbow",
33
"version": "1.3.5",
44
"description": "Alcatel-Lucent Enterprise Rainbow Nodes for Node Red",
5+
"scripts": {
6+
"startnodered": "node-red -v %NODE_DEBUG_OPTION% "
7+
},
58
"dependencies": {
69
"rainbow-node-sdk": "latest"
710
},

0 commit comments

Comments
 (0)