diff --git a/web/css/dark.css b/web/css/dark.css index c6a2091..8a6d42d 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -18,6 +18,7 @@ tr.even.expandRow > :hover { background: #2F2F2F !important; } tr.odd.expandRow > :hover { background: #000 !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; } +#ping { min-width: 55px; max-width: 130px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; } diff --git a/web/css/light.css b/web/css/light.css index a443104..966357f 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -15,6 +15,7 @@ tr.even.expandRow > :hover { background: #F9F9F9 !important; } tr.odd.expandRow > :hover { background: #FFF !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; } +#ping { min-width: 55px; max-width: 130px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; } diff --git a/web/js/serverstatus.js b/web/js/serverstatus.js index bf44e12..09cd56d 100644 --- a/web/js/serverstatus.js +++ b/web/js/serverstatus.js @@ -288,7 +288,7 @@ function uptime() { TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-danger"; 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) {