From 10b3a9c4e098176e138fe89c3159ea77bbb00637 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 3 Oct 2015 16:13:42 -0700 Subject: [PATCH] Style labels --- dockercoins/webui/files/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dockercoins/webui/files/index.html b/dockercoins/webui/files/index.html index cde2b52b..2b0f3a90 100644 --- a/dockercoins/webui/files/index.html +++ b/dockercoins/webui/files/index.html @@ -25,7 +25,6 @@ var points = [] var graph = null; function refresh () { - var content = $("#content"); $.ajax({ url: "json" }).done(function (data) { series.push(data); while (series.length < 250) { @@ -70,12 +69,17 @@ function refresh () { yAxis.render(); } else { graph.update(); + $("text").css({ + "font-size": "15px", + "font-weight": "normal", + "opacity": 0.5, + }); } }); } $(function () { - setInterval(refresh, 2000); + setInterval(refresh, 1000); }); @@ -84,7 +88,6 @@ $(function () {

DockerCoin Miner WebUI

-
Current speed: N/A