should be able to navigate to folder with only uid

This commit is contained in:
Marcus Efraimsson 2019-02-11 11:11:21 +01:00
parent 5eea85a3a3
commit f73f0e69e0
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -150,8 +150,8 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
controllerAs: 'ctrl',
})
.when('/dashboards/f/:uid', {
templateUrl: 'public/app/features/dashboard/partials/folder_dashboards.html',
controller: 'FolderDashboardsCtrl',
templateUrl: 'public/app/features/folders/partials/folder_dashboards.html',
controller: FolderDashboardsCtrl,
controllerAs: 'ctrl',
})
.when('/explore', {