From 8d1e4e9c07a79e6601acc24f090b2bb534114550 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 13 Apr 2017 17:02:59 +0200 Subject: Finish dashboard --- elastic/dashboard/template.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elastic/dashboard') diff --git a/elastic/dashboard/template.mustache b/elastic/dashboard/template.mustache index 4d66954..0b31c82 100644 --- a/elastic/dashboard/template.mustache +++ b/elastic/dashboard/template.mustache @@ -2,7 +2,7 @@ "title": "Soledad-Benchmarks", "hits": 0, "description": "All Soledad benchmak tests run on Weasel", - "panelsJSON": "[{{#tests}} {\"col\":1,\"id\":\"{{name}}\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"}, {{/tests}}{\"col\":1,\"id\":\"test_decrypt_doc_1M\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"} ]", + "panelsJSON": "{{{panels_json}}}", "optionsJSON": "{\"darkTheme\":true}", "uiStateJSON": "{}", "version": 1, -- cgit v1.2.3