commit | 9eb8bf3b3a2f1268156e5c858d3c5f65d7728b76 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Wed Feb 11 20:13:14 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Wed Feb 11 20:13:30 2015 +0200 |
tree | 90ba0d806f7b063747161310b9853a018574c819 | |
parent | 50f186478615613afe725ef83c217d001e8f91c8 [diff] [blame] |
ref to index and dates to builds added
diff --git a/web_app/templates/table.html b/web_app/templates/table.html index 2a1f84f..c15b61c 100644 --- a/web_app/templates/table.html +++ b/web_app/templates/table.html
@@ -13,6 +13,11 @@ {% block body %} <h1 align="center">Lab name goes here:-)</h1> <table class="table" width="600"> + {% for header in headers %} + <th> + {{ header }} + </th> + {% endfor %} {% for row in table %} <tr> {% for data in row %}