Skip to content
Snippets Groups Projects
Commit bfaa976d authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Layout bugfix.

parent 46b546a0
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<br/> <br/>
{% if data.step != 'created' %}
<div style="width:300px; float:left; border: #e0e0e0 solid 1px; margin:10px; background:#f8f8f8; margin-bottom:15px"> <div style="width:300px; float:left; border: #e0e0e0 solid 1px; margin:10px; background:#f8f8f8; margin-bottom:15px">
<div style="padding:10px; margin-top:5px; text-align:center; border-bottom: {{data.task_container.color}} solid 10px; "> <div style="padding:10px; margin-top:5px; text-align:center; border-bottom: {{data.task_container.color}} solid 10px; ">
<a href="?uuid={{ container.uuid }}">{{ data.task_container.name }}</a>&nbsp; <a href="?uuid={{ container.uuid }}">{{ data.task_container.name }}</a>&nbsp;
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<b>Version:</b> {{ data.task_container.image_tag }} <b>Version:</b> {{ data.task_container.image_tag }}
</div> </div>
</div> </div>
{% endif %}
{% if data.step == 'two' %} {% if data.step == 'two' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment