mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
New solo panel route working in all scenarios I can test
This commit is contained in:
@@ -59,10 +59,11 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
},
|
||||
})
|
||||
.when('/dashboard-solo/:type/:slug', {
|
||||
templateUrl: 'public/app/features/panel/partials/soloPanel.html',
|
||||
controller: 'SoloPanelCtrl',
|
||||
reloadOnSearch: false,
|
||||
pageClass: 'page-dashboard',
|
||||
template: '<react-container />',
|
||||
pageClass: 'dashboard-solo',
|
||||
resolve: {
|
||||
component: () => SoloPanelPage,
|
||||
},
|
||||
})
|
||||
.when('/dashboard/new', {
|
||||
templateUrl: 'public/app/partials/dashboard.html',
|
||||
|
||||
Reference in New Issue
Block a user