Merge pull request #1296 from coreos-inc/newsecuienable
Enable new sec scan UI for everyone
This commit is contained in:
commit
f7893daeb8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
$scope.imageSecurityCounter = 0;
|
$scope.imageSecurityCounter = 0;
|
||||||
$scope.imagePackageCounter = 0;
|
$scope.imagePackageCounter = 0;
|
||||||
$scope.newUIExperiment = CookieService.get('quay.exp-new-sec-layout') == 'true';
|
$scope.newUIExperiment = true; //CookieService.get('quay.exp-new-sec-layout') == 'true';
|
||||||
|
|
||||||
$scope.options = {
|
$scope.options = {
|
||||||
'vulnFilter': ''
|
'vulnFilter': ''
|
||||||
|
|
Reference in a new issue