Browse Source

Bugfix/improve header alignment in queue jobs table of admin control panel (#7136)

* Improve alignment

* Update changelog
pull/7135/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
13240f44d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/admin-jobs/admin-jobs.html

4
CHANGELOG.md

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded `bull-board` from version `7.2.1` to `8.0.1` - Upgraded `bull-board` from version `7.2.1` to `8.0.1`
- Upgraded `prettier` from version `3.8.3` to `3.8.4` - Upgraded `prettier` from version `3.8.3` to `3.8.4`
### Fixed
- Improved the table headers’ alignment in the queue jobs table of the admin control panel
## 3.16.0 - 2026-06-24 ## 3.16.0 - 2026-06-24
### Added ### Added

2
apps/client/src/app/components/admin-jobs/admin-jobs.html

@ -27,7 +27,7 @@
<ng-container matColumnDef="index"> <ng-container matColumnDef="index">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="px-1 py-2 text-right" class="justify-content-end px-1 py-2"
mat-header-cell mat-header-cell
mat-sort-header="id" mat-sort-header="id"
> >

Loading…
Cancel
Save