Add experiment to hide the new Clair UI

This commit is contained in:
Joseph Schorr 2016-02-25 17:42:09 -05:00
parent 09d8e643c0
commit 4c5c46aa8f
7 changed files with 241 additions and 3 deletions

View file

@ -163,6 +163,9 @@ quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeP
// Confirm Invite
.route('/confirminvite', 'confirm-invite')
// Experiments
.route('/__exp/newseclayout', 'exp-new-sec-layout')
// Default: Redirect to the landing page
.otherwise({redirectTo: '/'});
}]);