diff --git a/src/portal/lib/src/tag/tag.component.ts b/src/portal/lib/src/tag/tag.component.ts index a3078c190..2ca908979 100644 --- a/src/portal/lib/src/tag/tag.component.ts +++ b/src/portal/lib/src/tag/tag.component.ts @@ -583,6 +583,9 @@ export class TagComponent implements OnInit, AfterViewInit { .subscribe(response => { this.translateService.get('RETAG.MSG_SUCCESS').subscribe((res: string) => { this.errorHandler.info(res); + if (`${this.imageNameInput.projectName.value}/${this.imageNameInput.repoName.value}` === this.repoName) { + this.retrieve(); + } }); }, error => { this.errorHandler.error(error); diff --git a/src/portal/src/global.scss b/src/portal/src/global.scss index c3a975e76..075de6c65 100644 --- a/src/portal/src/global.scss +++ b/src/portal/src/global.scss @@ -312,6 +312,7 @@ clr-datagrid { clr-radio-wrapper { .clr-control-label { min-height: 0.8rem; + width: 0.5rem; } } }