From 5f81008d2ace59384e0de82fcf58b18867fbb13c Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 17 Sep 2024 21:33:24 -0500 Subject: [PATCH] fix renamed device variable in device connection error screen --- src/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.js b/src/view.js index 6389980..003bfc0 100644 --- a/src/view.js +++ b/src/view.js @@ -86,7 +86,7 @@ function generateBodyHTML(d) {

${d.type} is not responding to requests for data.

IP ${d.addresses[0]}

-

Port ${d.port}

+

Port ${d.remotePort}