mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
DashboardPage: Makes slug parameter optional (#33902)
This commit is contained in:
parent
2633f245ba
commit
184242dba0
@ -24,15 +24,7 @@ export function getAppRoutes(): RouteDescriptor[] {
|
||||
),
|
||||
},
|
||||
{
|
||||
path: '/d/:uid/:slug',
|
||||
pageClass: 'page-dashboard',
|
||||
routeName: DashboardRoutes.Normal,
|
||||
component: SafeDynamicImport(
|
||||
() => import(/* webpackChunkName: "DashboardPage" */ '../features/dashboard/containers/DashboardPage')
|
||||
),
|
||||
},
|
||||
{
|
||||
path: '/d/:uid',
|
||||
path: '/d/:uid/:slug?',
|
||||
pageClass: 'page-dashboard',
|
||||
routeName: DashboardRoutes.Normal,
|
||||
component: SafeDynamicImport(
|
||||
|
Loading…
Reference in New Issue
Block a user