fix column width
[qcg-portal.git] / qcg / templates / qcg / jobs.html
index 39d14aa..bc2138e 100644 (file)
     <table class="table table-hover tree">
         <thead>
             <tr>
-                <th style="width: 80px"></th>
+                <th{% if columns.JOB_ID not in displayed %} style="width: 80px"{% endif %}></th>
                 {% if columns.DESCRIPTION in displayed %}<th>Opis</th>{% endif %}
                 {% if columns.SUBMISSION in displayed %}<th>Wysłane</th>{% endif %}
                 {% if columns.START in displayed %}<th>Start</th>{% endif %}