From 136f4e4054e855f83b652b16ba33806b1972f9df Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Wed, 19 Aug 2015 14:47:07 -0600 Subject: [PATCH] Fix remaining tempest pages to support providers --- stackviz/static/js/summary.js | 2 ++ stackviz/templates/index.html | 27 +++++++++++++++--------- stackviz/templates/tempest/results.html | 9 +++++--- stackviz/templates/tempest/timeline.html | 2 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/stackviz/static/js/summary.js b/stackviz/static/js/summary.js index 9eece6e..c361bb0 100644 --- a/stackviz/static/js/summary.js +++ b/stackviz/static/js/summary.js @@ -98,6 +98,8 @@ function createTables(entries) { d3.json(entry.url, function(error, data) { if (error) throw error; //create a table for the info + // TODO: entry now has provider description, etc which should be + // shown (categorized?) createTable(data, entry.run); }); }) diff --git a/stackviz/templates/index.html b/stackviz/templates/index.html index 453866f..c2d35b3 100644 --- a/stackviz/templates/index.html +++ b/stackviz/templates/index.html @@ -29,18 +29,25 @@ {% endblock %} diff --git a/stackviz/templates/tempest/results.html b/stackviz/templates/tempest/results.html index e668946..de20f75 100644 --- a/stackviz/templates/tempest/results.html +++ b/stackviz/templates/tempest/results.html @@ -33,8 +33,11 @@ @@ -76,7 +79,7 @@