mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
Updates for refreshing repo or tags when deleted.
This commit is contained in:
parent
ce7b556e84
commit
0e870bf694
@ -155,6 +155,7 @@
|
||||
function deleteRepositorySuccess(data, status) {
|
||||
vm.toggleInProgress[vm.repoName + '|' + vm.tag] = false;
|
||||
vm.retrieve();
|
||||
$scope.$broadcast('refreshTags', true);
|
||||
}
|
||||
|
||||
function deleteRepositoryFailed(data, status) {
|
||||
|
Loading…
Reference in New Issue
Block a user