display ip addresses

This commit is contained in:
mappu 2017-02-09 19:28:43 +13:00
parent 7f618db70a
commit 9e33e50986
1 changed files with 3 additions and 0 deletions

View File

@ -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) {