Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomkd46 authored Sep 10, 2022
1 parent 536b35e commit 4b93dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h4 class="modal-title" id="deviceName"></h4>
deviceHTML +=
`<tr>
<th scope="row">${key}</th>
<td>${JSON.stringify(device.context.device[key], null, 1).split('\n').join('<br>')}</td>
<td><pre style="color: inherit;">${JSON.stringify(device.context.device[key], null, 1).split('\n').join('<br>')}</pre></td>
</tr>`;
});
document.getElementById('deviceDetailsTable').innerHTML = deviceHTML;
Expand Down

0 comments on commit 4b93dd8

Please sign in to comment.