From 31885563feaa82cd731f3d327493f0be82e4cbb8 Mon Sep 17 00:00:00 2001 From: Florian N Date: Tue, 4 Feb 2014 21:41:30 -0500 Subject: [PATCH] templates change --- templates/main.html | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) 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); });