File tree Expand file tree Collapse file tree
OpenFlowNodeRED/src/nodered/nodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 153153</ div >
154154< div class = "form-row" >
155155 < label > < i class = "fa fa-tag" > </ i > Name</ label >
156- < input type = "text" id = "node-config- input-name" placeholder = "Node name" >
156+ < input type = "text" id = "node-input-name" placeholder = "Node name" >
157157</ div >
158158</ script >
159159< script type ="text/x-red " data-help-name ="workitem addworkitems ">
244244</ div >
245245< div class = "form-row" >
246246 < label > < i class = "fa fa-tag" > </ i > Name</ label >
247- < input type = "text" id = "node-config- input-name" placeholder = "Node name" >
247+ < input type = "text" id = "node-input-name" placeholder = "Node name" >
248248</ div >
249249</ script >
250250< script type ="text/x-red " data-help-name ="workitem updateworkitem ">
327327< div class = "form-row" >
328328 < div class = "form-row" >
329329 < label > < i class = "fa fa-tag" > </ i > Name</ label >
330- < input type = "text" id = "node-config- input-name" placeholder = "Node name" >
330+ < input type = "text" id = "node-input-name" placeholder = "Node name" >
331331</ div >
332332</ script >
333333< script type ="text/x-red " data-help-name ="workitem popworkitem ">
383383 < div class = "form-row" >
384384 < div class = "form-row" >
385385 < label > < i class = "fa fa-tag" > </ i > Name</ label >
386- < input type = "text" id = "node-config- input-name" placeholder = "Node name" >
386+ < input type = "text" id = "node-input-name" placeholder = "Node name" >
387387 </ div >
388388 </ script >
389389 < script type ="text/x-red " data-help-name ="workitem deleteworkitem ">
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ export class addworkitems {
170170}
171171
172172
173-
174173export interface iupdateworkitem {
175174 name : string ;
176175 config : any ;
You can’t perform that action at this time.
0 commit comments