fix table layout

This commit is contained in:
null 2024-03-07 20:19:27 +01:00
parent 1d88c94242
commit 118ac79c52
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="5" style="text-align: right;"> <!-- Adjust colspan as per your total columns --> <td colspan="6" style="text-align: right;"> <!-- Adjust colspan as per your total columns -->
<button onclick="onOpenDialog('/conditions/create')">Add Item</button> <button onclick="onOpenDialog('/conditions/create')">Add Item</button>
</td> </td>
</tr> </tr>