mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fix credential input field names
This commit is contained in:
parent
207b5c6fc3
commit
85f541d346
@ -20,8 +20,8 @@
|
||||
<input type="text" id="node-input-title" placeholder="Node-RED">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-config-input-pushkey">
|
||||
<label for="node-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-input-pushkey">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
|
@ -24,8 +24,8 @@
|
||||
<input type="text" id="node-input-priority" placeholder="0">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-config-input-pushkey">
|
||||
<label for="node-input-pushkey"><i class="fa fa-key"></i> API Key</label>
|
||||
<input type="password" id="node-input-pushkey">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
|
@ -24,11 +24,11 @@
|
||||
<input type="text" id="node-input-priority" placeholder="0" style="width:50px;">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-deviceid"><i class="fa fa-user"></i> User key</label>
|
||||
<label for="node-input-deviceid"><i class="fa fa-user"></i> User key</label>
|
||||
<input type="text" id="node-input-deviceid">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-pushkey"><i class="fa fa-key"></i> API token</label>
|
||||
<label for="node-input-pushkey"><i class="fa fa-key"></i> API token</label>
|
||||
<input type="password" id="node-input-pushkey">
|
||||
</div>
|
||||
<br/>
|
||||
|
Loading…
Reference in New Issue
Block a user