Added edit and cancel button

This commit is contained in:
2024-08-04 13:26:31 +02:00
parent ed0c4408ca
commit 54e0cd5e45
5 changed files with 41 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
<table class="w-full py-8 table-auto">
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-hsrm-gray">
<tr>
<!-- <th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> ID </th> -->
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> ID </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left"> Auftraggeber </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left"> PDF </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A0 </th>
@@ -20,6 +20,7 @@
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A2 </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A3 </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> Status </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> Actions </th>
</tr>
</thead>
<tbody id='jobs' class="divide-y divivde-gray-300">