Commit cf129ab8 authored by Jan Kiene's avatar Jan Kiene
Browse files

cleanup and correct curr/prev order in table

parent 134f07e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@ Comparing:
    <th class="tunder" colspan="2">Max Abs Diff</th>
  </tr>
  <tr>
    <th class="tcenter">{id_current}</th>
    <th class="tcenter">{id_previous}</th>
    <th class="tcenter">{id_current}</th>
    <th class="tcenter">{id_previous}</th>
    <th class="tcenter">{id_current}</th>
  </tr></thead>
<tbody>
{table_body}
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ from tempfile import TemporaryDirectory

from get_id_of_last_job_occurence import get_job_ids

PUBLIC_FOL_MAGIC = "-public"
PROJECT_ID_FLOAT_REPO = 49
PROJECT_ID_BASOP_REPO = 77