Skip to content

Commit

Permalink
More tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Aug 7, 2024
1 parent eb42223 commit 9fb463c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions batch/batch/front_end/templates/batches.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ <h1 class="text-2xl font-light">Batches</h1>
{{ table_search("batch-search", base_path ~ "/batches") }}
<table class='table-fixed w-full' id='batches'>
<thead>
<th class='h-12 bg-slate-200 font-light text-md rounded-tr text-left md:rounded-tr-none' style='width:2rem'></th>
<th class='h-12 bg-slate-200 font-light text-md text-center rounded-tl rounded-tr md:rounded-tr-none' style='width:6rem'>
ID</th>
<th class='h-12 bg-slate-200 font-light text-md rounded-tr text-left md:rounded-tr-none' style='width:1rem'></th>
<th class='h-12 bg-slate-200 font-light text-md text-center rounded-tl rounded-tr md:rounded-tr-none' style='width:6rem'>ID</th>
<th class='h-12 bg-slate-200 font-light text-md rounded-tr text-left md:rounded-tr-none'>Batch Name</th>
<th class='h-12 bg-slate-200 font-light text-md text-left hidden lg:table-cell' style='width:8rem'>Billing Project</th>
<th class='h-12 bg-slate-200 font-light text-md text-left hidden lg:table-cell' style='width:8rem'>Job Statuses</th>
Expand All @@ -26,9 +25,7 @@ <h1 class="text-2xl font-light">Batches</h1>
{% for batch in batches %}
<tr class='border border-collapse hover:bg-slate-100'>
<td class='table-cell'>
<div class='flex-col py-1 block space-y-1 md:flex-row md:flex-wrap md:items-center md:space-y-0'>
{{ batch_state_indicator(batch) }}
</div>
</td>
<td class='table-cell'>
<div class='flex justify-center font-light'>
Expand Down

0 comments on commit 9fb463c

Please sign in to comment.