mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Merge pull request #943 from wknet123/dev-refresh-tags
Updates for refreshing repos or tags when deleted.
This commit is contained in:
commit
1857ff36dd
@ -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