Merge remote-tracking branch 'origin/enterprise' into frontend-extensions

This commit is contained in:
Torkel Ödegaard
2018-10-11 09:41:57 +02:00
35 changed files with 11839 additions and 13 deletions

View File

@@ -226,6 +226,11 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
component: () => ServerStats,
},
})
.when('/admin/licensing', {
templateUrl: 'public/app/features/admin/partials/licensing.html',
controller: 'AdminLicensingCtrl',
controllerAs: 'ctrl',
})
// LOGIN / SIGNUP
.when('/login', {
templateUrl: 'public/app/partials/login.html',