diff --git a/glances/outputs/static/html/plugins/cpu.html b/glances/outputs/static/html/plugins/cpu.html
index 84d5f2d0..e574c8ef 100644
--- a/glances/outputs/static/html/plugins/cpu.html
+++ b/glances/outputs/static/html/plugins/cpu.html
@@ -1,4 +1,4 @@
-
+
CPU
{{result["cpu"].total}}%
@@ -20,25 +20,3 @@
{{result["cpu"].idle}}%
-
-
-
PER CPU
-
{{percpu.total}}%
-
-
-
user:
-
- {{percpu.user}}%
-
-
-
-
system:
-
- {{percpu.system}}%
-
-
-
-
idle:
-
{{percpu.idle}}%
-
-
diff --git a/glances/outputs/static/html/plugins/per_cpu.html b/glances/outputs/static/html/plugins/per_cpu.html
new file mode 100644
index 00000000..68b0ae44
--- /dev/null
+++ b/glances/outputs/static/html/plugins/per_cpu.html
@@ -0,0 +1,22 @@
+
+
+
PER CPU
+
{{percpu.total}}%
+
+
+
user:
+
+ {{percpu.user}}%
+
+
+
+
system:
+
+ {{percpu.system}}%
+
+
+
+
idle:
+
{{percpu.idle}}%
+
+
diff --git a/glances/outputs/static/html/stats.html b/glances/outputs/static/html/stats.html
index 6f5598d5..a1ff6300 100644
--- a/glances/outputs/static/html/stats.html
+++ b/glances/outputs/static/html/stats.html
@@ -20,12 +20,15 @@