Skip to content

Commit 52843b9

Browse files
author
ubuntu
committed
some change
1 parent 02ceb65 commit 52843b9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

web/css/dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tr.even.expandRow > :hover { background: #2F2F2F !important; }
1818
tr.odd.expandRow > :hover { background: #000 !important; }
1919
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
2020
#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; }
21+
#ping { min-width: 55px; max-width: 130px; }
2122

2223
@media only screen and (max-width: 992px) {
2324
#location, tr td:nth-child(5) { display:none; visibility:hidden; }

web/css/light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tr.even.expandRow > :hover { background: #F9F9F9 !important; }
1515
tr.odd.expandRow > :hover { background: #FFF !important; }
1616
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
1717
#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; }
18+
#ping { min-width: 55px; max-width: 130px; }
1819

1920
@media only screen and (max-width: 992px) {
2021
#location, tr td:nth-child(5) { display:none; visibility:hidden; }

web/js/serverstatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function uptime() {
288288
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-danger";
289289
else
290290
TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-success";
291-
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%|" + PING_189 + "%|" + PING_10086 + "%";
291+
TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%💻" + PING_189 + "%💻" + PING_10086 + "%";
292292

293293
// Custom
294294
if (result.servers[i].custom) {

0 commit comments

Comments
 (0)