Skip to content

Commit 07225db

Browse files
committed
auth properties
1 parent 05c6dfe commit 07225db

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

edit.png

204 Bytes
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-simple-soap",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Execute SOAP requests and parse XML result",
55
"node-red": {
66
"nodes": {

simple-soap.html

+5-7
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@
7070
</div>
7171

7272
<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">
7676
<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">
7978
</div>
8079
<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">
8381
</div>
8482
</div>
8583
</div>

0 commit comments

Comments
 (0)