mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
parent
20bb0a3ab1
commit
dad5c9af8f
@ -287,6 +287,10 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
)
|
||||
: () => <Redirect to="/admin" />,
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/ldap',
|
||||
component: LdapPage,
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/:provider',
|
||||
roles: () => contextSrv.evaluatePermission([AccessControlAction.SettingsWrite]),
|
||||
@ -355,10 +359,6 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
() => import(/* webpackChunkName: "ServerStats" */ 'app/features/admin/ServerStats')
|
||||
),
|
||||
},
|
||||
{
|
||||
path: '/admin/authentication/ldap',
|
||||
component: LdapPage,
|
||||
},
|
||||
// LOGIN / SIGNUP
|
||||
{
|
||||
path: '/login',
|
||||
|
Loading…
Reference in New Issue
Block a user