mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	Fix credential input field names
This commit is contained in:
		| @@ -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/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user