Skip to content

Commit

Permalink
Merge pull request #139 from cppla/revert-135-master
Browse files Browse the repository at this point in the history
Revert "修改丢包率分隔符💻为 |"
  • Loading branch information
cppla authored Mar 2, 2022
2 parents 110a2d9 + 589c881 commit c46d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/serverstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function uptime() {
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-warning";
else
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-success";
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "% | " + PING_189 + "% | " + PING_10086 + "%";
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%💻" + PING_189 + "%💻" + PING_10086 + "%";

// Custom
if (result.servers[i].custom) {
Expand Down

0 comments on commit c46d0c0

Please sign in to comment.