Skip to content

Commit

Permalink
update network connections
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard committed Mar 24, 2024
1 parent 162ea61 commit 50cf907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function updateStatus() {
retLine.push(`${e.peerAddress}:${e.peerPort} - ${e.state}`);
})

$("#osConnections").text(retLine.join("\t"));
$("#osConnections").text(retLine.join("\n"));
});
}

Expand Down

0 comments on commit 50cf907

Please sign in to comment.