Remove old security scanner UI code

This commit is contained in:
Joseph Schorr 2016-05-04 15:25:30 -04:00
parent 7fcb152e5f
commit 9c22ee3e29
6 changed files with 2 additions and 230 deletions

View file

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