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
|
@ -244,7 +244,7 @@
|
|||
<td class="checkbox-col"></td>
|
||||
<td class="labels-col" colspan="{{5 + (Features.SECURITY_SCANNER ? 1 : 0)}}">
|
||||
<div class="manifest-label-list" repository="repository"
|
||||
manifest-digest="tag.manifest_digest"></div>
|
||||
manifest-digest="tag.manifest_digest" cache="labelCache"></div>
|
||||
</td>
|
||||
<td class="hidden-xs hidden-sm image-track" ng-repeat="it in imageTracks"
|
||||
ng-if="imageTracks.length <= maxTrackCount" bindonce>
|
||||
|
|
Reference in a new issue