Remove history column from tags table

This commit is contained in:
Joseph Schorr 2017-03-03 13:26:29 -05:00
parent 91c7396057
commit 57f78361b5
2 changed files with 0 additions and 29 deletions

View file

@ -356,12 +356,6 @@ angular.module('quay').directive('repoPanelTags', function () {
return names.join(',');
};
$scope.askRevertTag = function(tag, image_id) {
if ($scope.repository.can_write) {
$scope.tagActionHandler.askRevertTag(tag, image_id);
}
};
}
};
return directiveDefinitionObject;