forked from joeartsea/node-red-contrib-aws
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathIotData.html.diff
More file actions
26 lines (25 loc) · 778 Bytes
/
IotData.html.diff
File metadata and controls
26 lines (25 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** build/IotData.html Sun Nov 5 05:49:56 2017
--- ../IotData.html Sun Nov 5 05:35:31 2017
***************
*** 42,47 ****
--- 42,52 ----
<label for="node-input-name"><i class="fa fa-tag"></i>Name</label>
<input type="text" id="node-input-name" placeholder="Name"></input>
</div>
+ <div class="form-row">
+ <label for="node-input-endPoint"><i class="fa fa-tag"></i>Endpoint (*)</label>
+ <input type="text" id="node-input-endPoint" placeholder="">
+ </input>
+ </div>
<hr/>
<div id="AttrHolder">
***************
*** 108,113 ****
--- 113,119 ----
thingName: { value: ""} ,
topic: { value: ""} ,
payload: { value: ""} ,
+ endPoint: { value: "" },
name: { value: "" }
},
inputs:1,