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 @@