Add caching for manifest labels

Helps reuse and makes UI faster when filtering
This commit is contained in:
Joseph Schorr 2017-03-08 16:28:23 -05:00
parent f17ef4adda
commit 94c41cc7e3
3 changed files with 9 additions and 1 deletions

View file

@ -36,6 +36,7 @@ angular.module('quay').directive('repoPanelTags', function () {
$scope.tagsPerPage = 25;
$scope.expandedView = false;
$scope.labelCache = {};
$scope.imageVulnerabilities = {};
$scope.defcon1 = {};