Added type indicator next to the server name
This commit is contained in:
parent
0150e3b30e
commit
671c410a68
@ -102,6 +102,14 @@ body {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.server > .column > h3 > .type {
|
||||
padding: 1px 5px 1px 5px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #A09E9E;
|
||||
font-size: 14px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
/* Charts */
|
||||
.chart {
|
||||
height: 100px;
|
||||
|
@ -223,7 +223,7 @@ $(document).ready(function() {
|
||||
<br />\
|
||||
<p class="text-center-align" style="width: 64px; padding-top: 3px;" id="ranking_' + safeName(info.name) + '"></p>\
|
||||
</div>\
|
||||
<div class="column" style="width: 280px;"><h3>' + info.name + '</h3>\
|
||||
<div class="column" style="width: 280px;"><h3>' + info.name + ' <span class="type">' + info.type + '</span></h3>\
|
||||
<span class="color-gray">' + info.ip + '</span>\
|
||||
<br />\
|
||||
<span id="status_' + safeName(info.name) + '">Waiting</span>\
|
||||
|
@ -66,12 +66,12 @@
|
||||
"type": "PC"
|
||||
},
|
||||
{
|
||||
"name": "Hypixel PE",
|
||||
"name": "Hypixel",
|
||||
"ip": "pe.hypixel.net",
|
||||
"type": "PE"
|
||||
},
|
||||
{
|
||||
"name": "Lifeboat PE",
|
||||
"name": "Lifeboat",
|
||||
"ip": "play.lbsg.net",
|
||||
"type": "PE"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user