parent
6fc7d2a230
commit
8bb3271a1a
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.askRevertTag = function(tag, image_id) {
|
$scope.askRevertTag = function(tag, image_id) {
|
||||||
if ($scope.repo.can_write) {
|
if ($scope.repository.can_write) {
|
||||||
$scope.tagActionHandler.askRevertTag(tag, image_id);
|
$scope.tagActionHandler.askRevertTag(tag, image_id);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue