commit | 0a8fdd3deeb2cf14e1f9b249f9dcfbf4457f3938 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 05 15:54:11 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 05 15:54:11 2015 +0200 |
tree | d0d5109d229ef89ca94c27899fd53be7aa2b21c5 | |
parent | 3501ad46c2eeb456b929ceeb95e52e4a65722e34 [diff] [blame] |
empty test error fixed
diff --git a/web_app/templates/table.html b/web_app/templates/table.html index 0dba28c..1084a3a 100644 --- a/web_app/templates/table.html +++ b/web_app/templates/table.html
@@ -9,7 +9,7 @@ <body> {% block body %} <div class="table-responsive"> - <table class="table"> + <table class="table" width="600"> {% for header in headers %} <th> <h2>{{ header }}</h2>