summaryrefslogtreecommitdiff
path: root/elastic/dashboard
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-04-13 17:02:59 +0200
committervarac <varacanero@zeromail.org>2017-04-13 17:02:59 +0200
commit8d1e4e9c07a79e6601acc24f090b2bb534114550 (patch)
tree5f79b90087a03afc4994d8786de8ddc62d7f1c85 /elastic/dashboard
parent618647ca01ded6c1e92618ac71d4c4e1cff7b76b (diff)
Finish dashboard
Diffstat (limited to 'elastic/dashboard')
-rw-r--r--elastic/dashboard/template.mustache2
1 files changed, 1 insertions, 1 deletions
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,