mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Admin: Add promotional page for Grafana Enterprise (#21422)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
@@ -290,6 +290,12 @@ export function setupAngularRoutes($routeProvider: route.IRouteProvider, $locati
|
||||
SafeDynamicImport(import(/* webpackChunkName: "AdminSettings" */ 'app/features/admin/AdminSettings')),
|
||||
},
|
||||
})
|
||||
.when('/admin/upgrading', {
|
||||
template: '<react-container />',
|
||||
resolve: {
|
||||
component: () => SafeDynamicImport(import('app/features/admin/UpgradePage')),
|
||||
},
|
||||
})
|
||||
.when('/admin/users', {
|
||||
templateUrl: 'public/app/features/admin/partials/users.html',
|
||||
controller: 'AdminListUsersCtrl',
|
||||
|
||||
Reference in New Issue
Block a user