commit
a2001afb1f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
||||||
|
|
||||||
allTags.push(tagInfo);
|
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) {
|
tagInfo.image_id.indexOf($scope.options.tagFilter) >= 0) {
|
||||||
tags.push(tagInfo);
|
tags.push(tagInfo);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue