display ip addresses
This commit is contained in:
parent
7f618db70a
commit
9e33e50986
@ -340,6 +340,9 @@ var userlist = {
|
|||||||
if (props.ClientTag.length > 0) {
|
if (props.ClientTag.length > 0) {
|
||||||
prop_str.push(props.ClientTag + " " + props.ClientVersion);
|
prop_str.push(props.ClientTag + " " + props.ClientVersion);
|
||||||
}
|
}
|
||||||
|
if (props.IPAddress.length > 0) {
|
||||||
|
prop_str.push(props.IPAddress);
|
||||||
|
}
|
||||||
prop_str.push("Sharing " + fmtBytes(props.ShareSize));
|
prop_str.push("Sharing " + fmtBytes(props.ShareSize));
|
||||||
|
|
||||||
for (var i = 0; i < $el.length; ++i) {
|
for (var i = 0; i < $el.length; ++i) {
|
||||||
|
Loading…
Reference in New Issue
Block a user