Commit 1c147c03 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

UI fix in the containers grid.

parent 4821a6b1
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -106,11 +106,8 @@
        {% if container.type == 'singularity' %}<img src="/static/img/singularity-logo.svg" style="height:18px; width:18px; margin-bottom:4px" />{% endif %}
        </div>
        
        <div style="padding:10px;">

        <b>Image:</b> {{ container.image_name }}

        <br/>
        <div style="padding:10px; height: 64px; vertical-align: middle;">
        <b>Image:</b> {{ container.image_name }}<br/>
        <b>Version:</b> {{ container.image_tag }}
        </div>