Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions node-red-contrib-datadog/datadog.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
</div>
<div class="form-row">
<label for="node-input-apikey"><i class="icon-tag"></i>API Key</label>
<input type="text" id="node-input-apikey" placeholder="api-key">
<input type="password" id="node-input-apikey" placeholder="api-key">
</div>
<div class="form-row">
<label for="node-input-appkey"><i class="icon-tag"></i>APP Key</label>
<input type="text" id="node-input-appkey" placeholder="app-key">
<input type="password" id="node-input-appkey" placeholder="app-key">
</div>
<div class="form-row">
<label for="node-input-hostname"><i class="icon-tag"></i>Host Name</label>
Expand Down