Add caching for manifest labels
Helps reuse and makes UI faster when filtering
This commit is contained in:
parent
f17ef4adda
commit
94c41cc7e3
3 changed files with 9 additions and 1 deletions
|
@ -36,6 +36,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
|||
$scope.tagsPerPage = 25;
|
||||
|
||||
$scope.expandedView = false;
|
||||
$scope.labelCache = {};
|
||||
|
||||
$scope.imageVulnerabilities = {};
|
||||
$scope.defcon1 = {};
|
||||
|
|
Reference in a new issue