mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 08:15:16 +01:00
Merge pull request #9938 from jwangyangls/fix-retag-issue
FIx the tag list is not refreshed when the target refills the current repository when the retag is operated.
This commit is contained in:
commit
f3f481dd12
@ -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);
|
||||
|
@ -312,6 +312,7 @@ clr-datagrid {
|
||||
clr-radio-wrapper {
|
||||
.clr-control-label {
|
||||
min-height: 0.8rem;
|
||||
width: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user