From f3e4216124a7ef55e4e8f433fe3a717468aa469a Mon Sep 17 00:00:00 2001 From: "rongfu.leng" <1275177125@qq.com> Date: Fri, 25 Aug 2023 15:49:56 +0800 Subject: [PATCH] change JOB_ID to Task_ID (#19127) Signed-off-by: lengrongfu <1275177125@qq.com> --- .../audit-log-purge/history/purge-history.component.html | 2 +- .../gc-page/gc/gc-history/gc-history.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/clearing-job/audit-log-purge/history/purge-history.component.html b/src/portal/src/app/base/left-side-nav/clearing-job/audit-log-purge/history/purge-history.component.html index dcaf716bfb..de3081d742 100644 --- a/src/portal/src/app/base/left-side-nav/clearing-job/audit-log-purge/history/purge-history.component.html +++ b/src/portal/src/app/base/left-side-nav/clearing-job/audit-log-purge/history/purge-history.component.html @@ -22,7 +22,7 @@ {{ - 'GC.JOB_ID' | translate + 'REPLICATION.TASK_ID' | translate }} {{ 'GC.TRIGGER_TYPE' | translate }} {{ 'TAG_RETENTION.DRY_RUN' | translate }} diff --git a/src/portal/src/app/base/left-side-nav/clearing-job/gc-page/gc/gc-history/gc-history.component.html b/src/portal/src/app/base/left-side-nav/clearing-job/gc-page/gc/gc-history/gc-history.component.html index 736126bcfc..e194917f28 100644 --- a/src/portal/src/app/base/left-side-nav/clearing-job/gc-page/gc/gc-history/gc-history.component.html +++ b/src/portal/src/app/base/left-side-nav/clearing-job/gc-page/gc/gc-history/gc-history.component.html @@ -21,7 +21,7 @@ {{ - 'GC.JOB_ID' | translate + 'REPLICATION.TASK_ID' | translate }} {{ 'GC.TRIGGER_TYPE' | translate }} {{ 'TAG_RETENTION.DRY_RUN' | translate }}