diff --git a/openstack_dashboard/static/app/core/core.module.js b/openstack_dashboard/static/app/core/core.module.js index 7c367275d4..0bfbe4a439 100644 --- a/openstack_dashboard/static/app/core/core.module.js +++ b/openstack_dashboard/static/app/core/core.module.js @@ -51,7 +51,7 @@ var path = $windowProvider.$get().STATIC_URL + 'app/core/'; $provide.constant('horizon.app.core.basePath', path); $routeProvider - .when('/project/ngdetails/:type/:path', { + .when('/project/ngdetails/:type/:path*', { templateUrl: $windowProvider.$get().STATIC_URL + 'framework/widgets/details/routed-details-view.html' });