fix renamed device variable in device connection error screen

This commit is contained in:
2024-09-17 21:33:24 -05:00
parent 5671af079f
commit 5f81008d2a
+1 -1
View File
@@ -86,7 +86,7 @@ function generateBodyHTML(d) {
<div class='not-responding'>
<h2><em>${d.type}</em> is not responding to requests for data.</h2>
<h3>IP <em>${d.addresses[0]}</em></h3>
<h3>Port <em>${d.port}</em></h3>
<h3>Port <em>${d.remotePort}</em></h3>
<hr>
</div>
<div class="device-info">