File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-contrib-simple-soap" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Execute SOAP requests and parse XML result" ,
5
5
"node-red" : {
6
6
"nodes" : {
Original file line number Diff line number Diff line change 70
70
</ div >
71
71
72
72
< div class = "form-row" >
73
- < input type = "checkbox" id = " node-input-useAuth" style = "display: inline-block; width: auto; vertical-align: top;" >
74
- < label for = " node-input-useAuth" style = "width: 70%;" > Authentication </ label >
75
- < div style = "margin-left: 20px " class = "node-input-useAuth-row hide" >
73
+ < label for = " node-input-useAuth"> < i class = "fa fa-lock" > </ i > Auth </ label >
74
+ < input type = "checkbox" id = " node-input-useAuth" style = "width: auto !important;" >
75
+ < div style = "margin-left: 125px " class = "node-input-useAuth-row hide" >
76
76
< div class = "form-row" >
77
- < label for = "node-input-user" > < i class = "fa fa-user" > </ i > User</ label >
78
- < input type = "text" id = "node-input-user" >
77
+ < input type = "text" id = "node-input-user" placeholder = "User" >
79
78
</ div >
80
79
< div class = "form-row" >
81
- < label for = "node-input-password" > < i class = "fa fa-lock" > </ i > Password</ label >
82
- < input type = "password" id = "node-input-password" >
80
+ < input type = "password" id = "node-input-password" placeholder = "Password" >
83
81
</ div >
84
82
</ div >
85
83
</ div >
You can’t perform that action at this time.
0 commit comments