This commit is contained in:
Joseph Schorr 2015-11-16 06:21:44 +01:00
parent 30250bdf7f
commit e574211e8e

View file

@ -57,7 +57,7 @@ angular.module('quay').directive('repoPanelTags', function () {
allTags.push(tagInfo);
if (!$scope.options.tagFilter || tagfOf($scope.options.tagFilter) >= 0 ||
if (!$scope.options.tagFilter || tag.indexOf($scope.options.tagFilter) >= 0 ||
tagInfo.image_id.indexOf($scope.options.tagFilter) >= 0) {
tags.push(tagInfo);
}