diff --git a/src/ui_ng/lib/src/create-edit-rule/create-edit-rule.component.html.ts b/src/ui_ng/lib/src/create-edit-rule/create-edit-rule.component.html.ts index 206170115..f61080867 100644 --- a/src/ui_ng/lib/src/create-edit-rule/create-edit-rule.component.html.ts +++ b/src/ui_ng/lib/src/create-edit-rule/create-edit-rule.component.html.ts @@ -20,7 +20,7 @@ export const CREATE_EDIT_RULE_TEMPLATE: string = `
- +
{ + findedList = BathInfoChanges(findedList, res[0], false, true, res[1]); + }); + return; + } this.translateService.get('BATCH.DELETED_FAILURE').subscribe(res => { findedList = BathInfoChanges(findedList, res, false, true); }); diff --git a/src/ui_ng/lib/src/repository/repository.component.html.ts b/src/ui_ng/lib/src/repository/repository.component.html.ts index 40daed91c..a9d24918a 100644 --- a/src/ui_ng/lib/src/repository/repository.component.html.ts +++ b/src/ui_ng/lib/src/repository/repository.component.html.ts @@ -3,7 +3,7 @@ export const REPOSITORY_TEMPLATE = `

{{repoName}}

diff --git a/src/ui_ng/lib/src/tag/tag-detail.component.html.ts b/src/ui_ng/lib/src/tag/tag-detail.component.html.ts index 6da49f1bd..b5ecad2d1 100644 --- a/src/ui_ng/lib/src/tag/tag-detail.component.html.ts +++ b/src/ui_ng/lib/src/tag/tag-detail.component.html.ts @@ -4,7 +4,7 @@ export const TAG_DETAIL_HTML: string = `
diff --git a/src/ui_ng/package.json b/src/ui_ng/package.json index e00c8e19f..f7cc551fe 100644 --- a/src/ui_ng/package.json +++ b/src/ui_ng/package.json @@ -30,7 +30,7 @@ "clarity-icons": "0.10.24", "clarity-ui": "0.10.24", "core-js": "^2.4.1", - "harbor-ui": "0.6.72", + "harbor-ui": "0.6.73", "intl": "^1.2.5", "mutationobserver-shim": "^0.3.2", "ngx-cookie": "^1.0.0", diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json index 89d972a73..599f50c94 100644 --- a/src/ui_ng/src/i18n/lang/en-us-lang.json +++ b/src/ui_ng/src/i18n/lang/en-us-lang.json @@ -336,7 +336,7 @@ "TARGETS":"Target", "MODE": "Mode", "TRIGGER_MODE": "Trigger Mode", - "SOURCE": "Source", + "SOURCE_PROJECT": "Source project", "REPLICATE": "Replicate", "DELETE_REMOTE_IMAGES":"Delete remote images when locally deleted", "REPLICATE_IMMEDIATE":"Replicate existing images immediately", @@ -627,7 +627,7 @@ "COPY_ERROR": "Copy failed, please try to manually copy.", "FILTER_FOR_TAGS": "Filter Tags", "AUTHOR": "Author", - "LABELS": "LABELS" + "LABELS": "Labels" }, "LABEL": { "LABEL": "Label", diff --git a/src/ui_ng/src/i18n/lang/es-es-lang.json b/src/ui_ng/src/i18n/lang/es-es-lang.json index b23f01bee..50456db50 100644 --- a/src/ui_ng/src/i18n/lang/es-es-lang.json +++ b/src/ui_ng/src/i18n/lang/es-es-lang.json @@ -336,7 +336,7 @@ "TARGETS":"Target", "MODE": "Mode", "TRIGGER_MODE": "Trigger Mode", - "SOURCE": "Source", + "SOURCE_PROJECT": "Source project", "REPLICATE": "Replicate", "DELETE_REMOTE_IMAGES":"Delete remote images when locally deleted", "REPLICATE_IMMEDIATE":"Replicate existing images immediately", @@ -627,7 +627,7 @@ "COPY_ERROR": "Copy failed, please try to manually copy.", "FILTER_FOR_TAGS": "Etiquetas de filtro", "AUTHOR": "Author", - "LABELS": "LABELS" + "LABELS": "Labels" }, "LABEL": { "LABEL": "Label", diff --git a/src/ui_ng/src/i18n/lang/fr-fr-lang.json b/src/ui_ng/src/i18n/lang/fr-fr-lang.json index 58ffd11d9..03f2ae721 100644 --- a/src/ui_ng/src/i18n/lang/fr-fr-lang.json +++ b/src/ui_ng/src/i18n/lang/fr-fr-lang.json @@ -297,7 +297,25 @@ "INVALID_DATE": "Date non valide.", "PLACEHOLDER": "Nous n'avons trouvé aucune règle de réplication !", "JOB_PLACEHOLDER": "Nous n'avons trouvé aucun travail de réplication !", - "JOB_LOG_VIEWER": "Afficher les logs des travaux de réplication" + "JOB_LOG_VIEWER": "Afficher les logs des travaux de réplication", + "NO_ENDPOINT_INFO": "Please add an endpoint first", + "NO_PROJECT_INFO": "Please add a project name first", + "SOURCE_IMAGES_FILTER": "Source images filter", + "SCHEDULE": "Scheduled", + "MANUAL": "Manual", + "IMMEDIATE": "Immediate", + "DAILY": "Daily", + "WEEKLY": "Weekly", + "SETTING":"Options", + "TRIGGER":"Triggering Condition", + "TARGETS":"Target", + "MODE": "Mode", + "TRIGGER_MODE": "Trigger Mode", + "SOURCE_PROJECT": "Source project", + "REPLICATE": "Replicate", + "DELETE_REMOTE_IMAGES":"Delete remote images when locally deleted", + "REPLICATE_IMMEDIATE":"Replicate existing images immediately", + "NEW": "New" }, "DESTINATION": { "NEW_ENDPOINT": "Nouveau Point Final", @@ -567,7 +585,7 @@ "COPY_ERROR": "Copie échouée, veuillez essayer de copier manuellement.", "FILTER_FOR_TAGS": "Filter Tags", "AUTHOR": "Author", - "LABELS": "LABELS" + "LABELS": "Labels" }, "LABEL": { "LABEL": "Label", diff --git a/src/ui_ng/src/i18n/lang/zh-cn-lang.json b/src/ui_ng/src/i18n/lang/zh-cn-lang.json index dd483f7d0..28bf204d8 100644 --- a/src/ui_ng/src/i18n/lang/zh-cn-lang.json +++ b/src/ui_ng/src/i18n/lang/zh-cn-lang.json @@ -336,7 +336,7 @@ "TARGETS":"目标", "MODE": "模式", "TRIGGER_MODE": "触发模式", - "SOURCE": "源", + "SOURCE_PROJECT": "源项目", "REPLICATE": "复制", "DELETE_REMOTE_IMAGES":"删除本地镜像时同时也删除远程的镜像。", "REPLICATE_IMMEDIATE":"立即复制现有的镜像。", diff --git a/src/ui_ng/{ b/src/ui_ng/{ new file mode 100644 index 000000000..e69de29bb