mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Pushover credential fields incorrectly named
This commit is contained in:
parent
cba50b74a2
commit
631f1528e9
@ -25,11 +25,11 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-deviceid"><i class="fa fa-user"></i> User key</label>
|
||||
<input type="text" id="node-config-input-deviceid">
|
||||
<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>
|
||||
<input type="password" id="node-config-input-pushkey">
|
||||
<input type="password" id="node-input-pushkey">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
|
Loading…
Reference in New Issue
Block a user