diff --git a/stackviz/templates/tempest/results.html b/stackviz/templates/tempest/results.html index f4665fe..71e8d20 100644 --- a/stackviz/templates/tempest/results.html +++ b/stackviz/templates/tempest/results.html @@ -36,7 +36,7 @@ {% for provider in tempest_providers %} {% for index in provider.indexes %} -
  • Run #{{ index }}
  • +
  • Run #{{ index }}
  • {% endfor %} {% endfor %}