From f3bf4cf72292a592e5f16cf2e2cde3f3d3676221 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 20 May 2015 22:27:14 +0200 Subject: [PATCH] Also show compilers and builders --- static/index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) 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.
+ +
+
+ +
+ + + + + + + + {{range .compilers}} + + + + + + {{end}} + +
CompilerDevicesShare
{{.Key}}{{.Count}}{{.Percentage | printf "%.01f"}}%
+
+ +
+ + + + + + + + {{range .builders}} + + + + + + {{end}} + +
BuilderDevicesShare
{{.Key}}{{.Count}}{{.Percentage | printf "%.01f"}}%
+
+