mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add admin page to show enterprise license status
This commit is contained in:
@@ -225,6 +225,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',
|
||||
|
||||
Reference in New Issue
Block a user