Remove old security scanner UI code
This commit is contained in:
parent
7fcb152e5f
commit
9c22ee3e29
6 changed files with 2 additions and 230 deletions
|
@ -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: '/'});
|
||||
}]);
|
||||
|
|
Reference in a new issue