fix table layout
This commit is contained in:
parent
1d88c94242
commit
118ac79c52
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue