Compare commits

..

2 commits

Author SHA1 Message Date
7a115fc6e9 Merge pull request 'Fix misaligned dashboard table' (#237) from 234-table-header into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 40s
Tests / test (push) Successful in 27s
Build and Deploy Staging / deploy (push) Successful in 6s
Reviewed-on: #237
2025-10-22 14:23:26 +00:00
b6938f9204 Fix misaligned dashboard table
All checks were successful
Tests / test (push) Successful in 28s
closes #228
2025-10-22 15:54:52 +02:00

View file

@ -87,7 +87,6 @@
<tr> <tr>
<th>{% translate "Name" %}</th> <th>{% translate "Name" %}</th>
<th>{% translate "Service" %}</th> <th>{% translate "Service" %}</th>
<th>{% translate "Status" %}</th>
<th>{% translate "Created" %}</th> <th>{% translate "Created" %}</th>
<th>{% translate "Actions" %}</th> <th>{% translate "Actions" %}</th>
</tr> </tr>