commit | 612159f1af3cf298f40ac7f90cd043261779066a | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:15:29 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:15:29 2015 +0200 |
tree | 5c4a1b9ef3067978acdc25b3b33d398c5a8f9216 | |
parent | dff5ad9da3c6e6377f423fddb681dfbdb978e928 [diff] [blame] |
small fix
diff --git a/web_app/templates/index.html b/web_app/templates/index.html index ec7f21c..42df1a1 100644 --- a/web_app/templates/index.html +++ b/web_app/templates/index.html
@@ -16,7 +16,7 @@ {% for test in tests %} <tr> <td> - <a href="{{ test.url }} ">{{ test.name }}</a> + <a href="{{ test.url }} ">{{ test.type }}</a> </td> <td> {{ test.name }}