diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f4902b3..4fba0cb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Extended the variations of the interstitials for the subscription +- Renamed the job identifier column in the jobs queue view of the admin control panel - Refactored the markets page to standalone - Refactored the header component to standalone - Refactored the rule component to standalone diff --git a/apps/client/src/app/components/admin-jobs/admin-jobs.html b/apps/client/src/app/components/admin-jobs/admin-jobs.html index 9a82cdbbe..f2bfaa931 100644 --- a/apps/client/src/app/components/admin-jobs/admin-jobs.html +++ b/apps/client/src/app/components/admin-jobs/admin-jobs.html @@ -19,7 +19,7 @@
- #
+ |
{{ element.id }} |
---|