diff --git a/assets/css/main.css b/assets/css/main.css index 149ddd4..af137ec 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; @@ -159,4 +167,4 @@ h3 { .quick-jump-icon:hover { cursor: pointer; -} \ No newline at end of file +} diff --git a/assets/js/site.js b/assets/js/site.js index 9e733ea..c3bd415 100644 --- a/assets/js/site.js +++ b/assets/js/site.js @@ -58,7 +58,7 @@ function updateMojangServices() { if (serviceCountByType['Online'] === keys.length) { $('#tagline').attr('class', 'status-online'); - + newStatus += 'All systems operational.'; } else { if (serviceCountByType['Unstable'] > serviceCountByType['Offline']) { @@ -223,7 +223,7 @@ $(document).ready(function() {
\

\ \ -

' + info.name + '

\ +

' + info.name + ' ' + info.type + '

\ ' + info.ip + '\
\ Waiting\ @@ -319,4 +319,4 @@ $(document).ready(function() { scrollTop: target.offset().top }, 100); }); -}); \ No newline at end of file +}); diff --git a/config.json b/config.json index 949a281..689e320 100644 --- a/config.json +++ b/config.json @@ -71,7 +71,7 @@ "type": "PE" }, { - "name": "Lifeboat PE", + "name": "Lifeboat", "ip": "play.lbsg.net", "type": "PE" }, @@ -163,7 +163,7 @@ }, "faviconOverride": { "Hypixel PE": "/favicons/hypixelpe.png", - "Lifeboat PE": "/favicons/lifeboat.png", + "Lifeboat": "/favicons/lifeboat.png", "Mineplex": "/favicons/mineplex.png" }, "site": {