diff --git a/templates/main.html b/templates/main.html index 7b411a9..6edca21 100644 --- a/templates/main.html +++ b/templates/main.html @@ -91,7 +91,7 @@

- +
@@ -163,25 +163,21 @@
-
-
-
-

Software

-
+
+
+
+

Online

+
- - - -
+ {% include 'users.html' %}
-
- +
@@ -217,21 +213,6 @@
-
-
-
-

Online

-
-
-
- -
- {% include 'users.html' %} -
- -
- -
@@ -315,7 +296,7 @@ var cpu_ctx = $("#cpuuChart").get(0).getContext("2d"); $.getJSON('/info/cpuusage/{{ cpuusage }}', function(data) { var options = { percentageInnerCutout : 50, - segmentStrokeWidth : 1 + segmentStrokeWidth : 0 } cpuChart.Doughnut(data, options); });