commit | 94531b8296319f51c22c4018c9490fbb0cafe51f | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Wed Feb 11 14:20:34 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Wed Feb 11 14:20:34 2015 +0200 |
tree | 2617de7c2b0ebb9297e3ddf65ba5756a350eefa5 | |
parent | 7f446e2245b6f03eccda3d64571d56979cac3d23 [diff] [blame] |
collecting data from nodes added
diff --git a/web_app/templates/test.html b/web_app/templates/test.html index 6313b62..f938c43 100644 --- a/web_app/templates/test.html +++ b/web_app/templates/test.html
@@ -13,7 +13,9 @@ <table class="table" width="600"> <div id="images"> {% for url in urls %} - <img src="{{ url }}"> + <div> + <img src="{{ url }}"> + </div> {% endfor %} </div> {% for header in headers %}