fix column width
authorMaciej Tronowski <mtro@man.poznan.pl>
Fri, 27 Feb 2015 16:28:35 +0000 (17:28 +0100)
committerMaciej Tronowski <mtro@man.poznan.pl>
Fri, 27 Feb 2015 16:28:35 +0000 (17:28 +0100)
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 %}