Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Feb 6, 2024
1 parent 261d6cd commit 087fd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Give your application a name, and enter the 'Callback URL' exactly as it is displayed below.
<br>
<div class="input-group mt-3">
<input type="text" class="form-control" id="copyMe">
<input type="text" class="form-control" disabled id="copyMe">
<div class="input-group-append">
<button class="btn btn-primary m-0 py-0 px-3" onclick="copyMyText()" type="button">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor"
Expand Down Expand Up @@ -56,8 +56,8 @@
Config saved, please close this window and restart Homebridge
</div>
<div class="form-group">
<label for="inputConsumeUrl">Consumer Provided URL <span class="text-danger">*</span></label>
<input type="text" class="form-control" id="inputConsumerUrl">
<label for="inputConsumeUrl">Callback URL <span class="text-danger">*</span></label>
<input type="text" class="form-control" disabled id="inputConsumerUrl">
</div>
<div class="form-group">
<label for="inputConsumerKey">Consumer Key <span class="text-danger">*</span></label>
Expand Down

0 comments on commit 087fd83

Please sign in to comment.