From 9e33e50986ef24230bc786d00f36fb0d2092e04d Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 9 Feb 2017 19:28:43 +1300 Subject: [PATCH] display ip addresses --- client/dcwebui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/dcwebui.js b/client/dcwebui.js index 2dbeee4..6b67506 100644 --- a/client/dcwebui.js +++ b/client/dcwebui.js @@ -340,6 +340,9 @@ var userlist = { if (props.ClientTag.length > 0) { prop_str.push(props.ClientTag + " " + props.ClientVersion); } + if (props.IPAddress.length > 0) { + prop_str.push(props.IPAddress); + } prop_str.push("Sharing " + fmtBytes(props.ShareSize)); for (var i = 0; i < $el.length; ++i) {