diff --git a/static/index.html b/static/index.html
index 4b121052f..db0985444 100644
--- a/static/index.html
+++ b/static/index.html
@@ -55,6 +55,7 @@ found in the LICENSE file.
+
@@ -73,6 +74,7 @@ found in the LICENSE file.
+
@@ -91,6 +93,7 @@ found in the LICENSE file.
+
@@ -109,6 +112,48 @@ found in the LICENSE file.
+
+
+
+
+
+
+
+
+ Compiler | Devices | Share |
+
+
+
+ {{range .compilers}}
+
+ {{.Key}} |
+ {{.Count}} |
+ {{.Percentage | printf "%.01f"}}% |
+
+ {{end}}
+
+
+
+
+
+
+
+
+ Builder | Devices | Share |
+
+
+
+ {{range .builders}}
+
+ {{.Key}} |
+ {{.Count}} |
+ {{.Percentage | printf "%.01f"}}% |
+
+ {{end}}
+
+
+
+