From 2698395cab6be4ebe447112e1a7891da4cfa8f3a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:23:53 +0200 Subject: [PATCH] Feature/rename job id column in jobs view of admin control panel (#5493) * Rename job id column * Update changelog --- CHANGELOG.md | 1 + apps/client/src/app/components/admin-jobs/admin-jobs.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@
- # + Job ID {{ element.id }}